Color Hex Logo

#cadf5e Color Hex

#CADF5E
(202,223,94)
0 Favorites   0 Comments

Color spaces of #cadf5e

RGB 20222394
HSL0.190.670.62
HSV70°58°87°
CMYK 0.090.000.58   0.13
XYZ52.765266.140120.5750
Yxy66.14010.37830.4742
Hunter Lab81.3266-26.509541.9287
CIE-Lab85.0678-24.702359.4862

#cadf5e color RGB value is (202,223,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011111 01011110
Octal 312 337 136
Decimal 202 223 94
Hex CA DF 5E

RGB Percentages of Color #cadf5e

%38.92
%42.97
%18.11

CMYK Percentages of Color #cadf5e

%9
%0
%58
%13

Triadic Colors of #cadf5e

#cadf5e #5ecadf #df5eca

Analogous Colors of #cadf5e

#cadf5e #8adf5e #dfb45e

Monochromatic Colors of #cadf5e

#cadf5e

Complementary Color

#cadf5e #735edf

#cadf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadf5e Color CSS Codes

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

#cadf5e Text Font Color

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

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


#cadf5e Background Color

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

This div background color is #cadf5e


#cadf5e Border Color

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

This div border color is #cadf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadf5e


Comments

No comments written yet.

Please login to write comment.