Color Hex Logo

#cade6f Color Hex

#CADE6F
(202,222,111)
0 Favorites   0 Comments

Color spaces of #cade6f

RGB 202222111
HSL0.200.630.65
HSV71°50°87°
CMYK 0.090.000.50   0.13
XYZ53.347665.946824.9562
Yxy65.94680.36980.4572
Hunter Lab81.2076-24.851638.6247
CIE-Lab84.9693-22.771151.6883

#cade6f color RGB value is (202,222,111).

#cade6f hex color red value is 202, green value is 222 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cade6f hue: 0.20 , saturation: 0.63 and the lightness value of cade6f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011110 01101111
Octal 312 336 157
Decimal 202 222 111
Hex CA DE 6F

RGB Percentages of Color #cade6f

%37.76
%41.50
%20.75

CMYK Percentages of Color #cade6f

%9
%0
%50
%13

Triadic Colors of #cade6f

#cade6f #6fcade #de6fca

Analogous Colors of #cade6f

#cade6f #93de6f #debb6f

Monochromatic Colors of #cade6f

#cade6f

Complementary Color

#cade6f #836fde

#cade6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cade6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cade6f Color CSS Codes

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

#cade6f Text Font Color

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

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


#cade6f Background Color

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

This div background color is #cade6f


#cade6f Border Color

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

This div border color is #cade6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cade6f


Comments

No comments written yet.

Please login to write comment.