Color Hex Logo

#cade2f Color Hex

#CADE2F
(202,222,47)
0 Favorites   0 Comments

Color spaces of #cade2f

RGB 20222247
HSL0.190.730.53
HSV67°79°87°
CMYK 0.090.000.79   0.13
XYZ50.991565.004312.5489
Yxy65.00430.39670.5057
Hunter Lab80.6252-28.201747.2095
CIE-Lab84.4860-26.851375.9220

#cade2f color RGB value is (202,222,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011110 00101111
Octal 312 336 57
Decimal 202 222 47
Hex CA DE 2F

RGB Percentages of Color #cade2f

%42.89
%47.13
%9.98

CMYK Percentages of Color #cade2f

%9
%0
%79
%13

Triadic Colors of #cade2f

#cade2f #2fcade #de2fca

Analogous Colors of #cade2f

#cade2f #73de2f #de9b2f

Monochromatic Colors of #cade2f

#cade2f

Complementary Color

#cade2f #432fde

#cade2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cade2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cade2f Color CSS Codes

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

#cade2f Text Font Color

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

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


#cade2f Background Color

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

This div background color is #cade2f


#cade2f Border Color

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

This div border color is #cade2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,222,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 #cade2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cade2f


Comments

No comments written yet.

Please login to write comment.