Color Hex Logo

#cde896 Color Hex

#CDE896
(205,232,150)
0 Favorites   0 Comments

Color spaces of #cde896

RGB 205232150
HSL0.220.640.75
HSV80°35°91°
CMYK 0.120.000.35   0.09
XYZ59.538572.894439.7862
Yxy72.89440.34570.4233
Hunter Lab85.3782-24.934932.1356
CIE-Lab88.3973-22.173037.0114

#cde896 color RGB value is (205,232,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101000 10010110
Octal 315 350 226
Decimal 205 232 150
Hex CD E8 96

RGB Percentages of Color #cde896

%34.92
%39.52
%25.55

CMYK Percentages of Color #cde896

%12
%0
%35
%9

Triadic Colors of #cde896

#cde896 #96cde8 #e896cd

Analogous Colors of #cde896

#cde896 #a4e896 #e8da96

Monochromatic Colors of #cde896

#cde896

Complementary Color

#cde896 #b196e8

#cde896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde896 Color CSS Codes

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

#cde896 Text Font Color

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

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


#cde896 Background Color

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

This div background color is #cde896


#cde896 Border Color

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

This div border color is #cde896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde896


Comments

No comments written yet.

Please login to write comment.