Color Hex Logo

#cde096 Color Hex

#CDE096
(205,224,150)
0 Favorites   0 Comments

Color spaces of #cde096

RGB 205224150
HSL0.210.540.73
HSV75°33°88°
CMYK 0.080.000.33   0.12
XYZ57.337568.492539.0525
Yxy68.49250.34770.4154
Hunter Lab82.7602-21.162929.9546
CIE-Lab86.2521-18.264534.1971

#cde096 color RGB value is (205,224,150).

#cde096 hex color red value is 205, green value is 224 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cde096 hue: 0.21 , saturation: 0.54 and the lightness value of cde096 is 0.73.

The process color (four color CMYK) of #cde096 color hex is 0.08, 0.00, 0.33, 0.12. Web safe color of #cde096 is #cccc99. Color #cde096 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 10010110
Octal 315 340 226
Decimal 205 224 150
Hex CD E0 96

RGB Percentages of Color #cde096

%35.41
%38.69
%25.91

CMYK Percentages of Color #cde096

%8
%0
%33
%12

Triadic Colors of #cde096

#cde096 #96cde0 #e096cd

Analogous Colors of #cde096

#cde096 #a8e096 #e0ce96

Monochromatic Colors of #cde096

#cde096

Complementary Color

#cde096 #a996e0

#cde096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde096 Color CSS Codes

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

#cde096 Text Font Color

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

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


#cde096 Background Color

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

This div background color is #cde096


#cde096 Border Color

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

This div border color is #cde096


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,224,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde096; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde096;
  -webkit-box-shadow: 1px 1px 3px 2px #cde096;
  box-shadow:         1px 1px 3px 2px #cde096; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,224,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde096


Comments

No comments written yet.

Please login to write comment.