Color Hex Logo

#cba55f Color Hex

#CBA55F
(203,165,95)
0 Favorites   0 Comments

Color spaces of #cba55f

RGB 20316595
HSL0.110.510.58
HSV39°53°80°
CMYK 0.000.190.53   0.20
XYZ40.149340.433016.5147
Yxy40.43300.41350.4164
Hunter Lab63.58691.429129.1122
CIE-Lab69.77685.432341.2314

#cba55f color RGB value is (203,165,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 01011111
Octal 313 245 137
Decimal 203 165 95
Hex CB A5 5F

RGB Percentages of Color #cba55f

%43.84
%35.64
%20.52

CMYK Percentages of Color #cba55f

%0
%19
%53
%20

Triadic Colors of #cba55f

#cba55f #5fcba5 #a55fcb

Analogous Colors of #cba55f

#cba55f #bbcb5f #cb6f5f

Monochromatic Colors of #cba55f

#cba55f

Complementary Color

#cba55f #5f85cb

#cba55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba55f Color CSS Codes

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

#cba55f Text Font Color

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

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


#cba55f Background Color

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

This div background color is #cba55f


#cba55f Border Color

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

This div border color is #cba55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba55f


Comments

No comments written yet.

Please login to write comment.