COLOR #B4FEED

HEX: #B4FEED
RGB: (180,254,237)

Color info

#B4FEED contains mainly green and blue colors. Web safe color of #B4FEED is #CCFFFF (or #CFF).

RGB color model

#B4FEED color RGB value is (180,254,237).

  • red value is 180;
  • green value is 254;
  • blue value is 237.
RGB:
(180,254,237)
(71%,100%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 254 of 255 = 100%
B 237 of 255 = 93%

180
254
237

R + G + B ~ 88%. #B4FEED is light color.

Portions of RGB colors in percentages

R + G + B =
180 + 254 + 237 = 671 (100%)
R 180 of 671 ~ 26.83%
G 254 of 671 ~ 37.85%
B 237 of 671 ~ 35.32%

%26.83
%37.85
%35.32

CMYK color model

#B4FEED color CMYK value is (29,0,7,0).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 0.39%
CMYK:
(29,0,7,0)
C29M0Y7K0 
(29%,0%,7%,0%)
(0.29/0.00/0.07/0.00)	

CMYK percentages

%29.13
%0
%6.69
%0.39

Codes

Color #B4FEED in popluar color models

B4FEED
RGB180254237
HSL166°97.37%85.10%
HSB/HSV166°29.13%99.61%
CMYK29.13%0.00%6.69%
0.39%

Color #B4FEED in popluar number systems.

HEXB4FEED
Decimal180254237
Binary101101001111111011101101
Octal264376355

Shades and tints

Shades of #B4FEED

#B4FEED
(180,254,237)
#A4E7D8
(164,231,216)
#94D0C3
(148,208,195)
#84B9AE
(132,185,174)
#74A299
(116,162,153)
#648B84
(100,139,132)
#54746F
(84,116,111)
#445D5A
(68,93,90)
#344645
(52,70,69)
#242F30
(36,47,48)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #B4FEED

#B4FEED
(180,254,237)
#BAFEEE
(186,254,238)
#C0FEEF
(192,254,239)
#C6FEF0
(198,254,240)
#CCFEF1
(204,254,241)
#D2FEF2
(210,254,242)
#D8FEF3
(216,254,243)
#DEFEF4
(222,254,244)
#E4FEF5
(228,254,245)
#EAFEF6
(234,254,246)
#F0FEF7
(240,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FEED color. Also use rgb(180,254,237) instead hex code.

Text Font Color

.myTextColor { color: #B4FEED; }

<p style="color:#B4FEED">This sample text font color is #B4FEED.</p>

This text font color is #B4FEED.


Background Color

.myBgColor { background-color: #B4FEED; }

<div style="background-color:#B4FEED">Inner text</div>

This div background color is #B4FEED.


Border color

.myBorderColor { border: 1px solid #B4FEED; }

<div style="border:3px solid #B4FEED">Div</div>

This div border color is #B4FEED.


Opacity

.myOpacity80 { color: #B4FEED; opacity: 0.8; }

<p style="color:#B4FEED;opacity:0.8;">80%</p>

Text with #B4FEED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4FEED;}

<p style="text-shadow: 3px 3px 1px #B4FEED">Text here.</p>

This text has shadow with #B4FEED color.

.textShadow {text-shadow: 3px 3px 1px #B4FEED, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4FEED, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4FEED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4FEED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4FEED, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4FEED and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4FEED;
  -webkit-box-shadow:	1px 1px 3px 2px #B4FEED;
  box-shadow:		1px 1px 3px 2px #B4FEED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4FEED;
-webkit-box-shadow: 1px 1px 3px 2px #B4FEED;
box-shadow:1px 1px 3px 2px #B4FEED;">
Div content here</div>
This div box has shadow with color #B4FEED.

Preview

Color preview on black background

This text has color #B4FEED on black background.


Color preview on white background

This text has color #B4FEED on white background.



Black color preview on #B4FEED background

This text has black color on #B4FEED background.


White color preview on #B4FEED background

This text has white color on #B4FEED background.