Color Hex Logo

#cbae77 Color Hex

#CBAE77
(203,174,119)
0 Favorites   0 Comments

Color spaces of #cbae77

RGB 203174119
HSL0.110.450.63
HSV39°41°80°
CMYK 0.000.140.41   0.20
XYZ43.094444.300523.7323
Yxy44.30050.38780.3986
Hunter Lab66.5586-0.905025.4505
CIE-Lab72.42892.958532.1015

#cbae77 color RGB value is (203,174,119).

#cbae77 hex color red value is 203, green value is 174 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cbae77 hue: 0.11 , saturation: 0.45 and the lightness value of cbae77 is 0.63.

The process color (four color CMYK) of #cbae77 color hex is 0.00, 0.14, 0.41, 0.20. Web safe color of #cbae77 is #cc9966. Color #cbae77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01110111
Octal 313 256 167
Decimal 203 174 119
Hex CB AE 77

RGB Percentages of Color #cbae77

%40.93
%35.08
%23.99

CMYK Percentages of Color #cbae77

%0
%14
%41
%20

Triadic Colors of #cbae77

#cbae77 #77cbae #ae77cb

Analogous Colors of #cbae77

#cbae77 #becb77 #cb8477

Monochromatic Colors of #cbae77

#cbae77

Complementary Color

#cbae77 #7794cb

#cbae77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae77 Color CSS Codes

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

#cbae77 Text Font Color

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

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


#cbae77 Background Color

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

This div background color is #cbae77


#cbae77 Border Color

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

This div border color is #cbae77


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,174,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae77


Comments

No comments written yet.

Please login to write comment.