Color Hex Logo

#cbae78 Color Hex

#CBAE78
(203,174,120)
0 Favorites   0 Comments

Color spaces of #cbae78

RGB 203174120
HSL0.110.440.63
HSV39°41°80°
CMYK 0.000.140.41   0.20
XYZ43.154844.324724.0503
Yxy44.32470.38690.3974
Hunter Lab66.5768-0.806425.1858
CIE-Lab72.44503.068531.5940

#cbae78 color RGB value is (203,174,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01111000
Octal 313 256 170
Decimal 203 174 120
Hex CB AE 78

RGB Percentages of Color #cbae78

%40.85
%35.01
%24.14

CMYK Percentages of Color #cbae78

%0
%14
%41
%20

Triadic Colors of #cbae78

#cbae78 #78cbae #ae78cb

Analogous Colors of #cbae78

#cbae78 #bfcb78 #cb8578

Monochromatic Colors of #cbae78

#cbae78

Complementary Color

#cbae78 #7895cb

#cbae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae78 Color CSS Codes

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

#cbae78 Text Font Color

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

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


#cbae78 Background Color

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

This div background color is #cbae78


#cbae78 Border Color

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

This div border color is #cbae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae78


Comments

No comments written yet.

Please login to write comment.