Color Hex Logo

#cadd97 Color Hex

#CADD97
(202,221,151)
0 Favorites   0 Comments

Color spaces of #cadd97

RGB 202221151
HSL0.210.510.73
HSV76°32°87°
CMYK 0.090.000.32   0.13
XYZ55.799566.503839.1737
Yxy66.50380.34560.4118
Hunter Lab81.5499-20.575828.6041
CIE-Lab85.2527-17.768632.3272

#cadd97 color RGB value is (202,221,151).

#cadd97 hex color red value is 202, green value is 221 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cadd97 hue: 0.21 , saturation: 0.51 and the lightness value of cadd97 is 0.73.

The process color (four color CMYK) of #cadd97 color hex is 0.09, 0.00, 0.32, 0.13. Web safe color of #cadd97 is #cccc99. Color #cadd97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 10010111
Octal 312 335 227
Decimal 202 221 151
Hex CA DD 97

RGB Percentages of Color #cadd97

%35.19
%38.50
%26.31

CMYK Percentages of Color #cadd97

%9
%0
%32
%13

Triadic Colors of #cadd97

#cadd97 #97cadd #dd97ca

Analogous Colors of #cadd97

#cadd97 #a7dd97 #ddcd97

Monochromatic Colors of #cadd97

#cadd97

Complementary Color

#cadd97 #aa97dd

#cadd97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd97 Color CSS Codes

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

#cadd97 Text Font Color

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

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


#cadd97 Background Color

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

This div background color is #cadd97


#cadd97 Border Color

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

This div border color is #cadd97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd97


Comments

No comments written yet.

Please login to write comment.