Color Hex Logo

#cbac78 Color Hex

#CBAC78
(203,172,120)
0 Favorites   0 Comments

Color spaces of #cbac78

RGB 203172120
HSL0.100.440.63
HSV38°41°80°
CMYK 0.000.150.41   0.20
XYZ42.771343.557623.9225
Yxy43.55760.38790.3951
Hunter Lab65.99820.183324.7078
CIE-Lab71.93184.138830.9237

#cbac78 color RGB value is (203,172,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 01111000
Octal 313 254 170
Decimal 203 172 120
Hex CB AC 78

RGB Percentages of Color #cbac78

%41.01
%34.75
%24.24

CMYK Percentages of Color #cbac78

%0
%15
%41
%20

Triadic Colors of #cbac78

#cbac78 #78cbac #ac78cb

Analogous Colors of #cbac78

#cbac78 #c1cb78 #cb8378

Monochromatic Colors of #cbac78

#cbac78

Complementary Color

#cbac78 #7897cb

#cbac78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac78 Color CSS Codes

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

#cbac78 Text Font Color

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

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


#cbac78 Background Color

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

This div background color is #cbac78


#cbac78 Border Color

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

This div border color is #cbac78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac78


Comments

No comments written yet.

Please login to write comment.