Color Hex Logo

#cba978 Color Hex

#CBA978
(203,169,120)
0 Favorites   0 Comments

Color spaces of #cba978

RGB 203169120
HSL0.100.440.63
HSV35°41°80°
CMYK 0.000.170.41   0.20
XYZ42.206742.428523.7343
Yxy42.42850.38950.3915
Hunter Lab65.13721.672023.9923
CIE-Lab71.16545.749029.9196

#cba978 color RGB value is (203,169,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101001 01111000
Octal 313 251 170
Decimal 203 169 120
Hex CB A9 78

RGB Percentages of Color #cba978

%41.26
%34.35
%24.39

CMYK Percentages of Color #cba978

%0
%17
%41
%20

Triadic Colors of #cba978

#cba978 #78cba9 #a978cb

Analogous Colors of #cba978

#cba978 #c4cb78 #cb8078

Monochromatic Colors of #cba978

#cba978

Complementary Color

#cba978 #789acb

#cba978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba978 Color CSS Codes

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

#cba978 Text Font Color

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

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


#cba978 Background Color

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

This div background color is #cba978


#cba978 Border Color

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

This div border color is #cba978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba978


Comments

No comments written yet.

Please login to write comment.