Color Hex Logo

#cba470 Color Hex

#CBA470
(203,164,112)
0 Favorites   0 Comments

Color spaces of #cba470

RGB 203164112
HSL0.100.470.62
HSV34°45°80°
CMYK 0.000.190.45   0.20
XYZ40.828740.417320.9786
Yxy40.41730.39940.3954
Hunter Lab63.57463.380224.9375
CIE-Lab69.76577.584532.3577

#cba470 color RGB value is (203,164,112).

#cba470 hex color red value is 203, green value is 164 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cba470 hue: 0.10 , saturation: 0.47 and the lightness value of cba470 is 0.62.

The process color (four color CMYK) of #cba470 color hex is 0.00, 0.19, 0.45, 0.20. Web safe color of #cba470 is #cc9966. Color #cba470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100100 01110000
Octal 313 244 160
Decimal 203 164 112
Hex CB A4 70

RGB Percentages of Color #cba470

%42.38
%34.24
%23.38

CMYK Percentages of Color #cba470

%0
%19
%45
%20

Triadic Colors of #cba470

#cba470 #70cba4 #a470cb

Analogous Colors of #cba470

#cba470 #c5cb70 #cb7770

Monochromatic Colors of #cba470

#cba470

Complementary Color

#cba470 #7097cb

#cba470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba470 Color CSS Codes

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

#cba470 Text Font Color

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

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


#cba470 Background Color

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

This div background color is #cba470


#cba470 Border Color

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

This div border color is #cba470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,164,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cba470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba470


Comments

No comments written yet.

Please login to write comment.