Color Hex Logo

#cacd95 Color Hex

#CACD95
(202,205,149)
0 Favorites   0 Comments

Color spaces of #cacd95

RGB 202205149
HSL0.180.360.69
HSV63°27°80°
CMYK 0.010.000.27   0.20
XYZ51.613358.389136.9837
Yxy58.38910.35110.3972
Hunter Lab76.4128-13.153824.7926
CIE-Lab80.9546-9.985327.6184

#cacd95 color RGB value is (202,205,149).

#cacd95 hex color red value is 202, green value is 205 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cacd95 hue: 0.18 , saturation: 0.36 and the lightness value of cacd95 is 0.69.

The process color (four color CMYK) of #cacd95 color hex is 0.01, 0.00, 0.27, 0.20. Web safe color of #cacd95 is #cccc99. Color #cacd95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001101 10010101
Octal 312 315 225
Decimal 202 205 149
Hex CA CD 95

RGB Percentages of Color #cacd95

%36.33
%36.87
%26.80

CMYK Percentages of Color #cacd95

%1
%0
%27
%20

Triadic Colors of #cacd95

#cacd95 #95cacd #cd95ca

Analogous Colors of #cacd95

#cacd95 #aecd95 #cdb495

Monochromatic Colors of #cacd95

#cacd95

Complementary Color

#cacd95 #9895cd

#cacd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacd95 Color CSS Codes

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

#cacd95 Text Font Color

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

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


#cacd95 Background Color

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

This div background color is #cacd95


#cacd95 Border Color

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

This div border color is #cacd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacd95


Comments

No comments written yet.

Please login to write comment.