Color Hex Logo

#cba078 Color Hex

#CBA078
(203,160,120)
0 Favorites   0 Comments

Color spaces of #cba078

RGB 203160120
HSL0.080.440.63
HSV29°41°80°
CMYK 0.000.210.41   0.20
XYZ40.589639.194223.1952
Yxy39.19420.39420.3806
Hunter Lab62.60536.169721.8568
CIE-Lab68.891710.613926.9178

#cba078 color RGB value is (203,160,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 01111000
Octal 313 240 170
Decimal 203 160 120
Hex CB A0 78

RGB Percentages of Color #cba078

%42.03
%33.13
%24.84

CMYK Percentages of Color #cba078

%0
%21
%41
%20

Triadic Colors of #cba078

#cba078 #78cba0 #a078cb

Analogous Colors of #cba078

#cba078 #cbca78 #cb787a

Monochromatic Colors of #cba078

#cba078

Complementary Color

#cba078 #78a3cb

#cba078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba078 Color CSS Codes

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

#cba078 Text Font Color

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

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


#cba078 Background Color

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

This div background color is #cba078


#cba078 Border Color

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

This div border color is #cba078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba078


Comments

No comments written yet.

Please login to write comment.