Color Hex Logo

#cba45f Color Hex

#CBA45F
(203,164,95)
0 Favorites   0 Comments

Color spaces of #cba45f

RGB 20316495
HSL0.110.510.58
HSV38°53°80°
CMYK 0.000.190.53   0.20
XYZ39.969640.073716.4548
Yxy40.07370.41420.4153
Hunter Lab63.30381.922128.9012
CIE-Lab69.52205.970240.9212

#cba45f color RGB value is (203,164,95).

#cba45f hex color red value is 203, green value is 164 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cba45f hue: 0.11 , saturation: 0.51 and the lightness value of cba45f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100100 01011111
Octal 313 244 137
Decimal 203 164 95
Hex CB A4 5F

RGB Percentages of Color #cba45f

%43.94
%35.50
%20.56

CMYK Percentages of Color #cba45f

%0
%19
%53
%20

Triadic Colors of #cba45f

#cba45f #5fcba4 #a45fcb

Analogous Colors of #cba45f

#cba45f #bccb5f #cb6e5f

Monochromatic Colors of #cba45f

#cba45f

Complementary Color

#cba45f #5f86cb

#cba45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba45f Color CSS Codes

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

#cba45f Text Font Color

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

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


#cba45f Background Color

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

This div background color is #cba45f


#cba45f Border Color

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

This div border color is #cba45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba45f


Comments

No comments written yet.

Please login to write comment.