Color Hex Logo

#cde996 Color Hex

#CDE996
(205,233,150)
0 Favorites   0 Comments

Color spaces of #cde996

RGB 205233150
HSL0.220.650.75
HSV80°36°91°
CMYK 0.120.000.36   0.09
XYZ59.820873.459039.8803
Yxy73.45900.34550.4242
Hunter Lab85.7082-25.403832.4079
CIE-Lab88.6662-22.656737.3623

#cde996 color RGB value is (205,233,150).

#cde996 hex color red value is 205, green value is 233 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cde996 hue: 0.22 , saturation: 0.65 and the lightness value of cde996 is 0.75.

The process color (four color CMYK) of #cde996 color hex is 0.12, 0.00, 0.36, 0.09. Web safe color of #cde996 is #ccff99. Color #cde996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101001 10010110
Octal 315 351 226
Decimal 205 233 150
Hex CD E9 96

RGB Percentages of Color #cde996

%34.86
%39.63
%25.51

CMYK Percentages of Color #cde996

%12
%0
%36
%9

Triadic Colors of #cde996

#cde996 #96cde9 #e996cd

Analogous Colors of #cde996

#cde996 #a4e996 #e9dc96

Monochromatic Colors of #cde996

#cde996

Complementary Color

#cde996 #b296e9

#cde996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde996 Color CSS Codes

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

#cde996 Text Font Color

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

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


#cde996 Background Color

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

This div background color is #cde996


#cde996 Border Color

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

This div border color is #cde996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde996


Comments

No comments written yet.

Please login to write comment.