Color Hex Logo

#b9dfbd Color Hex

#B9DFBD
(185,223,189)
0 Favorites   0 Comments

Color spaces of #b9dfbd

RGB 185223189
HSL0.350.370.80
HSV126°17°87°
CMYK 0.170.000.15   0.13
XYZ55.580666.763858.1014
Yxy66.76380.30800.3700
Hunter Lab81.7091-21.570815.0367
CIE-Lab85.3845-18.884812.5805

#b9dfbd color RGB value is (185,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 10111101
Octal 271 337 275
Decimal 185 223 189
Hex B9 DF BD

RGB Percentages of Color #b9dfbd

%30.99
%37.35
%31.66

CMYK Percentages of Color #b9dfbd

%17
%0
%15
%13

Triadic Colors of #b9dfbd

#b9dfbd #bdb9df #dfbdb9

Analogous Colors of #b9dfbd

#b9dfbd #b9dfd0 #c8dfb9

Monochromatic Colors of #b9dfbd

#b9dfbd

Complementary Color

#b9dfbd #dfb9db

#b9dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfbd Color CSS Codes

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

#b9dfbd Text Font Color

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

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


#b9dfbd Background Color

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

This div background color is #b9dfbd


#b9dfbd Border Color

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

This div border color is #b9dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfbd


Comments

No comments written yet.

Please login to write comment.