Color Hex Logo

#b5dcaa Color Hex

#B5DCAA
(181,220,170)
0 Favorites   0 Comments

Color spaces of #b5dcaa

RGB 181220170
HSL0.300.420.76
HSV107°23°86°
CMYK 0.180.000.23   0.14
XYZ51.905063.912447.6309
Yxy63.91240.31760.3910
Hunter Lab79.9452-24.011820.6370
CIE-Lab83.9201-22.000620.4524

#b5dcaa color RGB value is (181,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 10101010
Octal 265 334 252
Decimal 181 220 170
Hex B5 DC AA

RGB Percentages of Color #b5dcaa

%31.70
%38.53
%29.77

CMYK Percentages of Color #b5dcaa

%18
%0
%23
%14

Triadic Colors of #b5dcaa

#b5dcaa #aab5dc #dcaab5

Analogous Colors of #b5dcaa

#b5dcaa #aadcb8 #cedcaa

Monochromatic Colors of #b5dcaa

#b5dcaa

Complementary Color

#b5dcaa #d1aadc

#b5dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dcaa Color CSS Codes

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

#b5dcaa Text Font Color

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

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


#b5dcaa Background Color

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

This div background color is #b5dcaa


#b5dcaa Border Color

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

This div border color is #b5dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dcaa


Comments

No comments written yet.

Please login to write comment.