Color Hex Logo

#cde362 Color Hex

#CDE362
(205,227,98)
0 Favorites   0 Comments

Color spaces of #cde362

RGB 20522798
HSL0.200.700.64
HSV70°57°89°
CMYK 0.100.000.57   0.11
XYZ54.850568.799121.9439
Yxy68.79910.37670.4725
Hunter Lab82.9452-27.114642.3760
CIE-Lab86.4045-25.120059.3000

#cde362 color RGB value is (205,227,98).

#cde362 hex color red value is 205, green value is 227 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cde362 hue: 0.20 , saturation: 0.70 and the lightness value of cde362 is 0.64.

The process color (four color CMYK) of #cde362 color hex is 0.10, 0.00, 0.57, 0.11. Web safe color of #cde362 is #cccc66. Color #cde362 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100011 01100010
Octal 315 343 142
Decimal 205 227 98
Hex CD E3 62

RGB Percentages of Color #cde362

%38.68
%42.83
%18.49

CMYK Percentages of Color #cde362

%10
%0
%57
%11

Triadic Colors of #cde362

#cde362 #62cde3 #e362cd

Analogous Colors of #cde362

#cde362 #8de362 #e3b962

Monochromatic Colors of #cde362

#cde362

Complementary Color

#cde362 #7862e3

#cde362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde362 Color CSS Codes

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

#cde362 Text Font Color

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

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


#cde362 Background Color

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

This div background color is #cde362


#cde362 Border Color

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

This div border color is #cde362


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,227,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cde362">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde362


Comments

No comments written yet.

Please login to write comment.