Color Hex Logo

#cadd74 Color Hex

#CADD74
(202,221,116)
0 Favorites   0 Comments

Color spaces of #cadd74

RGB 202221116
HSL0.200.610.66
HSV71°48°87°
CMYK 0.090.000.48   0.13
XYZ53.366065.530426.3589
Yxy65.53040.36740.4511
Hunter Lab80.9508-23.989737.3598
CIE-Lab84.7563-21.805749.0697

#cadd74 color RGB value is (202,221,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01110100
Octal 312 335 164
Decimal 202 221 116
Hex CA DD 74

RGB Percentages of Color #cadd74

%37.48
%41.00
%21.52

CMYK Percentages of Color #cadd74

%9
%0
%48
%13

Triadic Colors of #cadd74

#cadd74 #74cadd #dd74ca

Analogous Colors of #cadd74

#cadd74 #96dd74 #ddbc74

Monochromatic Colors of #cadd74

#cadd74

Complementary Color

#cadd74 #8774dd

#cadd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd74 Color CSS Codes

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

#cadd74 Text Font Color

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

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


#cadd74 Background Color

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

This div background color is #cadd74


#cadd74 Border Color

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

This div border color is #cadd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd74


Comments

No comments written yet.

Please login to write comment.