Color Hex Logo

#b8cbaa Color Hex

#B8CBAA
(184,203,170)
0 Favorites   0 Comments

Color spaces of #b8cbaa

RGB 184203170
HSL0.260.240.73
HSV95°16°80°
CMYK 0.090.000.16   0.20
XYZ48.378855.804546.2517
Yxy55.80450.32160.3710
Hunter Lab74.7024-15.129015.5825
CIE-Lab79.5024-12.431514.3154

#b8cbaa color RGB value is (184,203,170).

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

The process color (four color CMYK) of #b8cbaa color hex is 0.09, 0.00, 0.16, 0.20. Web safe color of #b8cbaa is #cccc99. Color #b8cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001011 10101010
Octal 270 313 252
Decimal 184 203 170
Hex B8 CB AA

RGB Percentages of Color #b8cbaa

%33.03
%36.45
%30.52

CMYK Percentages of Color #b8cbaa

%9
%0
%16
%20

Triadic Colors of #b8cbaa

#b8cbaa #aab8cb #cbaab8

Analogous Colors of #b8cbaa

#b8cbaa #aacbad #c9cbaa

Monochromatic Colors of #b8cbaa

#b8cbaa

Complementary Color

#b8cbaa #bdaacb

#b8cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cbaa Color CSS Codes

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

#b8cbaa Text Font Color

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

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


#b8cbaa Background Color

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

This div background color is #b8cbaa


#b8cbaa Border Color

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

This div border color is #b8cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cbaa


Comments

No comments written yet.

Please login to write comment.