Color Hex Logo

#cadd66 Color Hex

#CADD66
(202,221,102)
0 Favorites   0 Comments

Color spaces of #cadd66

RGB 202221102
HSL0.190.640.63
HSV70°54°87°
CMYK 0.090.000.54   0.13
XYZ52.611865.228822.3878
Yxy65.22880.37520.4652
Hunter Lab80.7643-25.058540.0999
CIE-Lab84.6015-23.090855.4060

#cadd66 color RGB value is (202,221,102).

#cadd66 hex color red value is 202, green value is 221 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cadd66 hue: 0.19 , saturation: 0.64 and the lightness value of cadd66 is 0.63.

The process color (four color CMYK) of #cadd66 color hex is 0.09, 0.00, 0.54, 0.13. Web safe color of #cadd66 is #cccc66. Color #cadd66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01100110
Octal 312 335 146
Decimal 202 221 102
Hex CA DD 66

RGB Percentages of Color #cadd66

%38.48
%42.10
%19.43

CMYK Percentages of Color #cadd66

%9
%0
%54
%13

Triadic Colors of #cadd66

#cadd66 #66cadd #dd66ca

Analogous Colors of #cadd66

#cadd66 #8fdd66 #ddb566

Monochromatic Colors of #cadd66

#cadd66

Complementary Color

#cadd66 #7966dd

#cadd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd66 Color CSS Codes

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

#cadd66 Text Font Color

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

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


#cadd66 Background Color

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

This div background color is #cadd66


#cadd66 Border Color

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

This div border color is #cadd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd66


Comments

No comments written yet.

Please login to write comment.