Color Hex Logo

#b8dcaa Color Hex

#B8DCAA
(184,220,170)
0 Favorites   0 Comments

Color spaces of #b8dcaa

RGB 184220170
HSL0.290.420.76
HSV103°23°86°
CMYK 0.160.000.23   0.14
XYZ52.616164.279047.6641
Yxy64.27900.31970.3906
Hunter Lab80.1742-23.160220.8736
CIE-Lab84.1108-20.964720.7459

#b8dcaa color RGB value is (184,220,170).

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

The process color (four color CMYK) of #b8dcaa color hex is 0.16, 0.00, 0.23, 0.14. Web safe color of #b8dcaa is #cccc99. Color #b8dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 10101010
Octal 270 334 252
Decimal 184 220 170
Hex B8 DC AA

RGB Percentages of Color #b8dcaa

%32.06
%38.33
%29.62

CMYK Percentages of Color #b8dcaa

%16
%0
%23
%14

Triadic Colors of #b8dcaa

#b8dcaa #aab8dc #dcaab8

Analogous Colors of #b8dcaa

#b8dcaa #aadcb5 #d1dcaa

Monochromatic Colors of #b8dcaa

#b8dcaa

Complementary Color

#b8dcaa #ceaadc

#b8dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dcaa Color CSS Codes

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

#b8dcaa Text Font Color

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

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


#b8dcaa Background Color

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

This div background color is #b8dcaa


#b8dcaa Border Color

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

This div border color is #b8dcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,220,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 #b8dcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dcaa


Comments

No comments written yet.

Please login to write comment.