Color Hex Logo

#b9deba Color Hex

#B9DEBA
(185,222,186)
0 Favorites   0 Comments

Color spaces of #b9deba

RGB 185222186
HSL0.340.360.80
HSV122°17°87°
CMYK 0.170.000.16   0.13
XYZ54.991866.102056.3150
Yxy66.10200.31000.3726
Hunter Lab81.3031-21.546715.8447
CIE-Lab85.0484-18.917813.6809

#b9deba color RGB value is (185,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011110 10111010
Octal 271 336 272
Decimal 185 222 186
Hex B9 DE BA

RGB Percentages of Color #b9deba

%31.20
%37.44
%31.37

CMYK Percentages of Color #b9deba

%17
%0
%16
%13

Triadic Colors of #b9deba

#b9deba #bab9de #debab9

Analogous Colors of #b9deba

#b9deba #b9decd #cbdeb9

Monochromatic Colors of #b9deba

#b9deba

Complementary Color

#b9deba #deb9dd

#b9deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9deba Color CSS Codes

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

#b9deba Text Font Color

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

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


#b9deba Background Color

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

This div background color is #b9deba


#b9deba Border Color

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

This div border color is #b9deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9deba


Comments

No comments written yet.

Please login to write comment.