Color Hex Logo

#cacc5b Color Hex

#CACC5B
(202,204,91)
0 Favorites   0 Comments

Color spaces of #cacc5b

RGB 20220491
HSL0.170.530.58
HSV61°55°80°
CMYK 0.010.000.55   0.20
XYZ47.838356.497618.2813
Yxy56.49760.39010.4608
Hunter Lab75.1649-17.933238.1951
CIE-Lab79.8962-15.621055.0035

#cacc5b color RGB value is (202,204,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 01011011
Octal 312 314 133
Decimal 202 204 91
Hex CA CC 5B

RGB Percentages of Color #cacc5b

%40.64
%41.05
%18.31

CMYK Percentages of Color #cacc5b

%1
%0
%55
%20

Triadic Colors of #cacc5b

#cacc5b #5bcacc #cc5bca

Analogous Colors of #cacc5b

#cacc5b #92cc5b #cc965b

Monochromatic Colors of #cacc5b

#cacc5b

Complementary Color

#cacc5b #5d5bcc

#cacc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacc5b Color CSS Codes

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

#cacc5b Text Font Color

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

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


#cacc5b Background Color

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

This div background color is #cacc5b


#cacc5b Border Color

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

This div border color is #cacc5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,204,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacc5b


Comments

No comments written yet.

Please login to write comment.