Color Hex Logo

#b9dede Color Hex

#B9DEDE
(185,222,222)
0 Favorites   0 Comments

Color spaces of #b9dede

RGB 185222222
HSL0.500.360.80
HSV180°17°87°
CMYK 0.170.000.00   0.13
XYZ59.313767.830879.0737
Yxy67.83080.28760.3289
Hunter Lab82.3595-15.57680.7270
CIE-Lab85.9218-12.0416-4.0442

#b9dede color RGB value is (185,222,222).

#b9dede hex color red value is 185, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b9dede hue: 0.50 , saturation: 0.36 and the lightness value of b9dede is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011110 11011110
Octal 271 336 336
Decimal 185 222 222
Hex B9 DE DE

RGB Percentages of Color #b9dede

%29.41
%35.29
%35.29

CMYK Percentages of Color #b9dede

%17
%0
%0
%13

Triadic Colors of #b9dede

#b9dede #deb9de #dedeb9

Analogous Colors of #b9dede

#b9dede #b9ccde #b9decc

Monochromatic Colors of #b9dede

#b9dede

Complementary Color

#b9dede #deb9b9

#b9dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dede Color CSS Codes

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

#b9dede Text Font Color

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

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


#b9dede Background Color

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

This div background color is #b9dede


#b9dede Border Color

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

This div border color is #b9dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dede


Comments

No comments written yet.

Please login to write comment.