Color Hex Logo

#cde88c Color Hex

#CDE88C
(205,232,140)
0 Favorites   0 Comments

Color spaces of #cde88c

RGB 205232140
HSL0.220.670.73
HSV78°40°91°
CMYK 0.120.000.40   0.09
XYZ58.767172.585835.7241
Yxy72.58580.35170.4344
Hunter Lab85.1973-25.970234.7772
CIE-Lab88.2498-23.392841.7989

#cde88c color RGB value is (205,232,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101000 10001100
Octal 315 350 214
Decimal 205 232 140
Hex CD E8 8C

RGB Percentages of Color #cde88c

%35.53
%40.21
%24.26

CMYK Percentages of Color #cde88c

%12
%0
%40
%9

Triadic Colors of #cde88c

#cde88c #8ccde8 #e88ccd

Analogous Colors of #cde88c

#cde88c #9fe88c #e8d58c

Monochromatic Colors of #cde88c

#cde88c

Complementary Color

#cde88c #a78ce8

#cde88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde88c Color CSS Codes

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

#cde88c Text Font Color

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

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


#cde88c Background Color

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

This div background color is #cde88c


#cde88c Border Color

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

This div border color is #cde88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde88c


Comments

No comments written yet.

Please login to write comment.