Color Hex Logo

#b9deab Color Hex

#B9DEAB
(185,222,171)
0 Favorites   0 Comments

Color spaces of #b9deab

RGB 185222171
HSL0.290.440.77
HSV104°23°87°
CMYK 0.170.000.23   0.13
XYZ53.479565.497148.3516
Yxy65.49710.31960.3914
Hunter Lab80.9303-23.673521.2285
CIE-Lab84.7392-21.439921.1027

#b9deab color RGB value is (185,222,171).

#b9deab hex color red value is 185, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b9deab hue: 0.29 , saturation: 0.44 and the lightness value of b9deab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011110 10101011
Octal 271 336 253
Decimal 185 222 171
Hex B9 DE AB

RGB Percentages of Color #b9deab

%32.01
%38.41
%29.58

CMYK Percentages of Color #b9deab

%17
%0
%23
%13

Triadic Colors of #b9deab

#b9deab #abb9de #deabb9

Analogous Colors of #b9deab

#b9deab #abdeb7 #d3deab

Monochromatic Colors of #b9deab

#b9deab

Complementary Color

#b9deab #d0abde

#b9deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9deab Color CSS Codes

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

#b9deab Text Font Color

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

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


#b9deab Background Color

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

This div background color is #b9deab


#b9deab Border Color

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

This div border color is #b9deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9deab


Comments

No comments written yet.

Please login to write comment.