Color Hex Logo

#cde88e Color Hex

#CDE88E
(205,232,142)
0 Favorites   0 Comments

Color spaces of #cde88e

RGB 205232142
HSL0.220.660.73
HSV78°39°91°
CMYK 0.120.000.39   0.09
XYZ58.915972.645436.5079
Yxy72.64540.35050.4322
Hunter Lab85.2323-25.770234.2667
CIE-Lab88.2783-23.156540.8465

#cde88e color RGB value is (205,232,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101000 10001110
Octal 315 350 216
Decimal 205 232 142
Hex CD E8 8E

RGB Percentages of Color #cde88e

%35.41
%40.07
%24.53

CMYK Percentages of Color #cde88e

%12
%0
%39
%9

Triadic Colors of #cde88e

#cde88e #8ecde8 #e88ecd

Analogous Colors of #cde88e

#cde88e #a0e88e #e8d68e

Monochromatic Colors of #cde88e

#cde88e

Complementary Color

#cde88e #a98ee8

#cde88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde88e Color CSS Codes

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

#cde88e Text Font Color

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

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


#cde88e Background Color

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

This div background color is #cde88e


#cde88e Border Color

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

This div border color is #cde88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde88e


Comments

No comments written yet.

Please login to write comment.