Color Hex Logo

#cbaa78 Color Hex

#CBAA78
(203,170,120)
0 Favorites   0 Comments

Color spaces of #cbaa78

RGB 203170120
HSL0.100.440.63
HSV36°41°80°
CMYK 0.000.160.41   0.20
XYZ42.393542.802023.7965
Yxy42.80200.38900.3927
Hunter Lab65.42321.175324.2306
CIE-Lab71.42045.211730.2542

#cbaa78 color RGB value is (203,170,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01111000
Octal 313 252 170
Decimal 203 170 120
Hex CB AA 78

RGB Percentages of Color #cbaa78

%41.18
%34.48
%24.34

CMYK Percentages of Color #cbaa78

%0
%16
%41
%20

Triadic Colors of #cbaa78

#cbaa78 #78cbaa #aa78cb

Analogous Colors of #cbaa78

#cbaa78 #c3cb78 #cb8178

Monochromatic Colors of #cbaa78

#cbaa78

Complementary Color

#cbaa78 #7899cb

#cbaa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa78 Color CSS Codes

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

#cbaa78 Text Font Color

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

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


#cbaa78 Background Color

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

This div background color is #cbaa78


#cbaa78 Border Color

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

This div border color is #cbaa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa78


Comments

No comments written yet.

Please login to write comment.