Color Hex Logo

#cacd98 Color Hex

#CACD98
(202,205,152)
0 Favorites   0 Comments

Color spaces of #cacd98

RGB 202205152
HSL0.180.350.70
HSV63°26°80°
CMYK 0.010.000.26   0.20
XYZ51.855958.486238.2616
Yxy58.48620.34900.3936
Hunter Lab76.4763-12.798823.8702
CIE-Lab81.0084-9.578726.1220

#cacd98 color RGB value is (202,205,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001101 10011000
Octal 312 315 230
Decimal 202 205 152
Hex CA CD 98

RGB Percentages of Color #cacd98

%36.14
%36.67
%27.19

CMYK Percentages of Color #cacd98

%1
%0
%26
%20

Triadic Colors of #cacd98

#cacd98 #98cacd #cd98ca

Analogous Colors of #cacd98

#cacd98 #b0cd98 #cdb698

Monochromatic Colors of #cacd98

#cacd98

Complementary Color

#cacd98 #9b98cd

#cacd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacd98 Color CSS Codes

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

#cacd98 Text Font Color

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

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


#cacd98 Background Color

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

This div background color is #cacd98


#cacd98 Border Color

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

This div border color is #cacd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacd98


Comments

No comments written yet.

Please login to write comment.