Color Hex Logo

#cde296 Color Hex

#CDE296
(205,226,150)
0 Favorites   0 Comments

Color spaces of #cde296

RGB 205226150
HSL0.210.570.74
HSV77°34°89°
CMYK 0.090.000.34   0.11
XYZ57.878269.573939.2328
Yxy69.57390.34720.4174
Hunter Lab83.4110-22.109530.5003
CIE-Lab86.7875-19.248134.9018

#cde296 color RGB value is (205,226,150).

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

The process color (four color CMYK) of #cde296 color hex is 0.09, 0.00, 0.34, 0.11. Web safe color of #cde296 is #cccc99. Color #cde296 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100010 10010110
Octal 315 342 226
Decimal 205 226 150
Hex CD E2 96

RGB Percentages of Color #cde296

%35.28
%38.90
%25.82

CMYK Percentages of Color #cde296

%9
%0
%34
%11

Triadic Colors of #cde296

#cde296 #96cde2 #e296cd

Analogous Colors of #cde296

#cde296 #a7e296 #e2d196

Monochromatic Colors of #cde296

#cde296

Complementary Color

#cde296 #ab96e2

#cde296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde296 Color CSS Codes

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

#cde296 Text Font Color

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

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


#cde296 Background Color

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

This div background color is #cde296


#cde296 Border Color

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

This div border color is #cde296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde296


Comments

No comments written yet.

Please login to write comment.