Color Hex Logo

#cba878 Color Hex

#CBA878
(203,168,120)
0 Favorites   0 Comments

Color spaces of #cba878

RGB 203168120
HSL0.100.440.63
HSV35°41°80°
CMYK 0.000.170.41   0.20
XYZ42.021442.057823.6725
Yxy42.05780.39000.3903
Hunter Lab64.85202.169623.7541
CIE-Lab70.91086.287429.5852

#cba878 color RGB value is (203,168,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 01111000
Octal 313 250 170
Decimal 203 168 120
Hex CB A8 78

RGB Percentages of Color #cba878

%41.34
%34.22
%24.44

CMYK Percentages of Color #cba878

%0
%17
%41
%20

Triadic Colors of #cba878

#cba878 #78cba8 #a878cb

Analogous Colors of #cba878

#cba878 #c5cb78 #cb7f78

Monochromatic Colors of #cba878

#cba878

Complementary Color

#cba878 #789bcb

#cba878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba878 Color CSS Codes

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

#cba878 Text Font Color

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

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


#cba878 Background Color

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

This div background color is #cba878


#cba878 Border Color

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

This div border color is #cba878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba878


Comments

No comments written yet.

Please login to write comment.