Color Hex Logo

#b8cdaa Color Hex

#B8CDAA
(184,205,170)
0 Favorites   0 Comments

Color spaces of #b8cdaa

RGB 184205170
HSL0.270.260.74
HSV96°17°80°
CMYK 0.100.000.17   0.20
XYZ48.854256.755346.4102
Yxy56.75530.32140.3733
Hunter Lab75.3361-16.084016.2102
CIE-Lab80.0418-13.452915.0738

#b8cdaa color RGB value is (184,205,170).

#b8cdaa hex color red value is 184, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b8cdaa hue: 0.27 , saturation: 0.26 and the lightness value of b8cdaa is 0.74.

The process color (four color CMYK) of #b8cdaa color hex is 0.10, 0.00, 0.17, 0.20. Web safe color of #b8cdaa is #cccc99. Color #b8cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001101 10101010
Octal 270 315 252
Decimal 184 205 170
Hex B8 CD AA

RGB Percentages of Color #b8cdaa

%32.92
%36.67
%30.41

CMYK Percentages of Color #b8cdaa

%10
%0
%17
%20

Triadic Colors of #b8cdaa

#b8cdaa #aab8cd #cdaab8

Analogous Colors of #b8cdaa

#b8cdaa #aacdae #cacdaa

Monochromatic Colors of #b8cdaa

#b8cdaa

Complementary Color

#b8cdaa #bfaacd

#b8cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cdaa Color CSS Codes

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

#b8cdaa Text Font Color

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

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


#b8cdaa Background Color

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

This div background color is #b8cdaa


#b8cdaa Border Color

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

This div border color is #b8cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cdaa


Comments

No comments written yet.

Please login to write comment.