Color Hex Logo

#b9efcc Color Hex

#B9EFCC
(185,239,204)
0 Favorites   0 Comments

Color spaces of #b9efcc

RGB 185239204
HSL0.390.630.83
HSV141°23°94°
CMYK 0.230.000.15   0.06
XYZ61.773276.406968.6190
Yxy76.40690.29870.3695
Hunter Lab87.4110-26.823714.6442
CIE-Lab90.0479-24.000811.3700

#b9efcc color RGB value is (185,239,204).

#b9efcc hex color red value is 185, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b9efcc hue: 0.39 , saturation: 0.63 and the lightness value of b9efcc is 0.83.

The process color (four color CMYK) of #b9efcc color hex is 0.23, 0.00, 0.15, 0.06. Web safe color of #b9efcc is #ccffcc. Color #b9efcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 11001100
Octal 271 357 314
Decimal 185 239 204
Hex B9 EF CC

RGB Percentages of Color #b9efcc

%29.46
%38.06
%32.48

CMYK Percentages of Color #b9efcc

%23
%0
%15
%6

Triadic Colors of #b9efcc

#b9efcc #ccb9ef #efccb9

Analogous Colors of #b9efcc

#b9efcc #b9efe7 #c1efb9

Monochromatic Colors of #b9efcc

#b9efcc

Complementary Color

#b9efcc #efb9dc

#b9efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efcc Color CSS Codes

.mybgcolor {background-color:#b9efcc; } 
.myforecolor {color:#b9efcc; }
.mybordercolor {border:3px solid #b9efcc; }

#b9efcc Text Font Color

<p style="color:#b9efcc">Text here</p>

This sample text font color is #b9efcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b9efcc Background Color

<div style="background-color:#b9efcc">
Div content here</div>

This div background color is #b9efcc


#b9efcc Border Color

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

This div border color is #b9efcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,239,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9efcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9efcc;
  -webkit-box-shadow: 1px 1px 3px 2px #b9efcc;
  box-shadow:         1px 1px 3px 2px #b9efcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,239,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9efcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b9efcc;
  -webkit-box-shadow: 1px 1px 3px 2px #b9efcc;
  box-shadow:         1px 1px 3px 2px #b9efcc;">
Div content here</div>

This div box has shadow with color #b9efcc


Comments

No comments written yet.

Please login to write comment.