Color Hex Logo

#cbca5f Color Hex

#CBCA5F
(203,202,95)
0 Favorites   0 Comments

Color spaces of #cbca5f

RGB 20320295
HSL0.170.510.58
HSV59°53°80°
CMYK 0.000.000.53   0.20
XYZ47.814755.763819.0699
Yxy55.76380.38990.4547
Hunter Lab74.6752-16.387537.1316
CIE-Lab79.4792-13.889152.7203

#cbca5f color RGB value is (203,202,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 01011111
Octal 313 312 137
Decimal 203 202 95
Hex CB CA 5F

RGB Percentages of Color #cbca5f

%40.60
%40.40
%19.00

CMYK Percentages of Color #cbca5f

%0
%0
%53
%20

Triadic Colors of #cbca5f

#cbca5f #5fcbca #ca5fcb

Analogous Colors of #cbca5f

#cbca5f #96cb5f #cb945f

Monochromatic Colors of #cbca5f

#cbca5f

Complementary Color

#cbca5f #5f60cb

#cbca5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbca5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbca5f Color CSS Codes

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

#cbca5f Text Font Color

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

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


#cbca5f Background Color

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

This div background color is #cbca5f


#cbca5f Border Color

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

This div border color is #cbca5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbca5f


Comments

No comments written yet.

Please login to write comment.