Color Hex Logo

#cadd2f Color Hex

#CADD2F
(202,221,47)
0 Favorites   0 Comments

Color spaces of #cadd2f

RGB 20222147
HSL0.180.720.53
HSV67°79°87°
CMYK 0.090.000.79   0.13
XYZ50.726764.474712.4606
Yxy64.47470.39740.5050
Hunter Lab80.2961-27.751747.0065
CIE-Lab84.2123-26.376375.6790

#cadd2f color RGB value is (202,221,47).

#cadd2f hex color red value is 202, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cadd2f hue: 0.18 , saturation: 0.72 and the lightness value of cadd2f is 0.53.

The process color (four color CMYK) of #cadd2f color hex is 0.09, 0.00, 0.79, 0.13. Web safe color of #cadd2f is #cccc33. Color #cadd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00101111
Octal 312 335 57
Decimal 202 221 47
Hex CA DD 2F

RGB Percentages of Color #cadd2f

%42.98
%47.02
%10.00

CMYK Percentages of Color #cadd2f

%9
%0
%79
%13

Triadic Colors of #cadd2f

#cadd2f #2fcadd #dd2fca

Analogous Colors of #cadd2f

#cadd2f #73dd2f #dd992f

Monochromatic Colors of #cadd2f

#cadd2f

Complementary Color

#cadd2f #422fdd

#cadd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd2f Color CSS Codes

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

#cadd2f Text Font Color

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

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


#cadd2f Background Color

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

This div background color is #cadd2f


#cadd2f Border Color

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

This div border color is #cadd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd2f


Comments

No comments written yet.

Please login to write comment.