Color Hex Logo

#cadd76 Color Hex

#CADD76
(202,221,118)
0 Favorites   0 Comments

Color spaces of #cadd76

RGB 202221118
HSL0.200.600.66
HSV71°47°87°
CMYK 0.090.000.47   0.13
XYZ53.483665.577526.9784
Yxy65.57750.36620.4490
Hunter Lab80.9799-23.823736.9335
CIE-Lab84.7804-21.607048.1423

#cadd76 color RGB value is (202,221,118).

#cadd76 hex color red value is 202, green value is 221 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cadd76 hue: 0.20 , saturation: 0.60 and the lightness value of cadd76 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01110110
Octal 312 335 166
Decimal 202 221 118
Hex CA DD 76

RGB Percentages of Color #cadd76

%37.34
%40.85
%21.81

CMYK Percentages of Color #cadd76

%9
%0
%47
%13

Triadic Colors of #cadd76

#cadd76 #76cadd #dd76ca

Analogous Colors of #cadd76

#cadd76 #97dd76 #ddbd76

Monochromatic Colors of #cadd76

#cadd76

Complementary Color

#cadd76 #8976dd

#cadd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd76 Color CSS Codes

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

#cadd76 Text Font Color

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

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


#cadd76 Background Color

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

This div background color is #cadd76


#cadd76 Border Color

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

This div border color is #cadd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd76


Comments

No comments written yet.

Please login to write comment.