Color Hex Logo

#b9dfcd Color Hex

#B9DFCD
(185,223,205)
0 Favorites   0 Comments

Color spaces of #b9dfcd

RGB 185223205
HSL0.420.370.80
HSV152°17°87°
CMYK 0.170.000.08   0.13
XYZ57.414767.497467.7598
Yxy67.49740.29800.3503
Hunter Lab82.1568-19.03098.6096
CIE-Lab85.7545-15.93014.6862

#b9dfcd color RGB value is (185,223,205).

#b9dfcd hex color red value is 185, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b9dfcd hue: 0.42 , saturation: 0.37 and the lightness value of b9dfcd is 0.80.

The process color (four color CMYK) of #b9dfcd color hex is 0.17, 0.00, 0.08, 0.13. Web safe color of #b9dfcd is #cccccc. Color #b9dfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 11001101
Octal 271 337 315
Decimal 185 223 205
Hex B9 DF CD

RGB Percentages of Color #b9dfcd

%30.18
%36.38
%33.44

CMYK Percentages of Color #b9dfcd

%17
%0
%8
%13

Triadic Colors of #b9dfcd

#b9dfcd #cdb9df #dfcdb9

Analogous Colors of #b9dfcd

#b9dfcd #b9dedf #b9dfba

Monochromatic Colors of #b9dfcd

#b9dfcd

Complementary Color

#b9dfcd #dfb9cb

#b9dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfcd Color CSS Codes

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

#b9dfcd Text Font Color

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

This sample text font color is #b9dfcd
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.


#b9dfcd Background Color

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

This div background color is #b9dfcd


#b9dfcd Border Color

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

This div border color is #b9dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfcd


Comments

No comments written yet.

Please login to write comment.