Color Hex Logo

#cbae73 Color Hex

#CBAE73
(203,174,115)
0 Favorites   0 Comments

Color spaces of #cbae73

RGB 203174115
HSL0.110.460.62
HSV40°43°80°
CMYK 0.000.140.43   0.20
XYZ42.859244.206422.4934
Yxy44.20640.39120.4035
Hunter Lab66.4879-1.289826.4832
CIE-Lab72.36622.528534.1254

#cbae73 color RGB value is (203,174,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01110011
Octal 313 256 163
Decimal 203 174 115
Hex CB AE 73

RGB Percentages of Color #cbae73

%41.26
%35.37
%23.37

CMYK Percentages of Color #cbae73

%0
%14
%43
%20

Triadic Colors of #cbae73

#cbae73 #73cbae #ae73cb

Analogous Colors of #cbae73

#cbae73 #bccb73 #cb8273

Monochromatic Colors of #cbae73

#cbae73

Complementary Color

#cbae73 #7390cb

#cbae73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae73 Color CSS Codes

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

#cbae73 Text Font Color

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

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


#cbae73 Background Color

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

This div background color is #cbae73


#cbae73 Border Color

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

This div border color is #cbae73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae73


Comments

No comments written yet.

Please login to write comment.