Color Hex Logo

#b8deaa Color Hex

#B8DEAA
(184,222,170)
0 Favorites   0 Comments

Color spaces of #b8deaa

RGB 184222170
HSL0.290.440.77
HSV104°23°87°
CMYK 0.170.000.23   0.13
XYZ53.144165.335247.8402
Yxy65.33520.31950.3928
Hunter Lab80.8302-24.093021.4897
CIE-Lab84.6562-21.946621.4994

#b8deaa color RGB value is (184,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011110 10101010
Octal 270 336 252
Decimal 184 222 170
Hex B8 DE AA

RGB Percentages of Color #b8deaa

%31.94
%38.54
%29.51

CMYK Percentages of Color #b8deaa

%17
%0
%23
%13

Triadic Colors of #b8deaa

#b8deaa #aab8de #deaab8

Analogous Colors of #b8deaa

#b8deaa #aadeb6 #d2deaa

Monochromatic Colors of #b8deaa

#b8deaa

Complementary Color

#b8deaa #d0aade

#b8deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8deaa Color CSS Codes

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

#b8deaa Text Font Color

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

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


#b8deaa Background Color

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

This div background color is #b8deaa


#b8deaa Border Color

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

This div border color is #b8deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8deaa


Comments

No comments written yet.

Please login to write comment.