Color Hex Logo

#cde696 Color Hex

#CDE696
(205,230,150)
0 Favorites   0 Comments

Color spaces of #cde696

RGB 205230150
HSL0.220.620.75
HSV79°35°90°
CMYK 0.110.000.35   0.10
XYZ58.978771.774839.5996
Yxy71.77480.34620.4213
Hunter Lab84.7200-23.995431.5908
CIE-Lab87.8601-21.202336.3090

#cde696 color RGB value is (205,230,150).

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

The process color (four color CMYK) of #cde696 color hex is 0.11, 0.00, 0.35, 0.10. Web safe color of #cde696 is #ccff99. Color #cde696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10010110
Octal 315 346 226
Decimal 205 230 150
Hex CD E6 96

RGB Percentages of Color #cde696

%35.04
%39.32
%25.64

CMYK Percentages of Color #cde696

%11
%0
%35
%10

Triadic Colors of #cde696

#cde696 #96cde6 #e696cd

Analogous Colors of #cde696

#cde696 #a5e696 #e6d796

Monochromatic Colors of #cde696

#cde696

Complementary Color

#cde696 #af96e6

#cde696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde696 Color CSS Codes

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

#cde696 Text Font Color

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

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


#cde696 Background Color

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

This div background color is #cde696


#cde696 Border Color

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

This div border color is #cde696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde696


Comments

No comments written yet.

Please login to write comment.