Color Hex Logo

#cde196 Color Hex

#CDE196
(205,225,150)
0 Favorites   0 Comments

Color spaces of #cde196

RGB 205225150
HSL0.210.560.74
HSV76°33°88°
CMYK 0.090.000.33   0.12
XYZ57.607169.031639.1424
Yxy69.03160.34750.4164
Hunter Lab83.0853-21.636430.2275
CIE-Lab86.5197-18.756734.5495

#cde196 color RGB value is (205,225,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 10010110
Octal 315 341 226
Decimal 205 225 150
Hex CD E1 96

RGB Percentages of Color #cde196

%35.34
%38.79
%25.86

CMYK Percentages of Color #cde196

%9
%0
%33
%12

Triadic Colors of #cde196

#cde196 #96cde1 #e196cd

Analogous Colors of #cde196

#cde196 #a8e196 #e1d096

Monochromatic Colors of #cde196

#cde196

Complementary Color

#cde196 #aa96e1

#cde196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde196 Color CSS Codes

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

#cde196 Text Font Color

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

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


#cde196 Background Color

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

This div background color is #cde196


#cde196 Border Color

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

This div border color is #cde196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde196


Comments

No comments written yet.

Please login to write comment.