Color Hex Logo

#cacb5f Color Hex

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

Color spaces of #cacb5f

RGB 20220395
HSL0.170.510.58
HSV61°53°80°
CMYK 0.000.000.53   0.20
XYZ47.778656.094719.1356
Yxy56.09470.38840.4560
Hunter Lab74.8964-17.198337.2792
CIE-Lab79.6677-14.801652.9170

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

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

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

Base Numbers

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

RGB Percentages of Color #cacb5f

%40.40
%40.60
%19.00

CMYK Percentages of Color #cacb5f

%0
%0
%53
%20

Triadic Colors of #cacb5f

#cacb5f #5fcacb #cb5fca

Analogous Colors of #cacb5f

#cacb5f #94cb5f #cb965f

Monochromatic Colors of #cacb5f

#cacb5f

Complementary Color

#cacb5f #605fcb

#cacb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacb5f Color CSS Codes

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

#cacb5f Text Font Color

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

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


#cacb5f Background Color

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

This div background color is #cacb5f


#cacb5f Border Color

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

This div border color is #cacb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacb5f


Comments

No comments written yet.

Please login to write comment.