Color Hex Logo

#cade5f Color Hex

#CADE5F
(202,222,95)
0 Favorites   0 Comments

Color spaces of #cade5f

RGB 20222295
HSL0.190.660.62
HSV69°57°87°
CMYK 0.090.000.57   0.13
XYZ52.544065.625320.7241
Yxy65.62530.37830.4725
Hunter Lab81.0094-25.988641.5388
CIE-Lab84.8049-24.144158.7564

#cade5f color RGB value is (202,222,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011110 01011111
Octal 312 336 137
Decimal 202 222 95
Hex CA DE 5F

RGB Percentages of Color #cade5f

%38.92
%42.77
%18.30

CMYK Percentages of Color #cade5f

%9
%0
%57
%13

Triadic Colors of #cade5f

#cade5f #5fcade #de5fca

Analogous Colors of #cade5f

#cade5f #8bde5f #deb35f

Monochromatic Colors of #cade5f

#cade5f

Complementary Color

#cade5f #735fde

#cade5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cade5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cade5f Color CSS Codes

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

#cade5f Text Font Color

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

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


#cade5f Background Color

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

This div background color is #cade5f


#cade5f Border Color

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

This div border color is #cade5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cade5f


Comments

No comments written yet.

Please login to write comment.