Color Hex Logo

#cde88d Color Hex

#CDE88D
(205,232,141)
0 Favorites   0 Comments

Color spaces of #cde88d

RGB 205232141
HSL0.220.660.73
HSV78°39°91°
CMYK 0.120.000.39   0.09
XYZ58.841272.615436.1142
Yxy72.61540.35110.4333
Hunter Lab85.2147-25.870434.5230
CIE-Lab88.2640-23.274941.3230

#cde88d color RGB value is (205,232,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101000 10001101
Octal 315 350 215
Decimal 205 232 141
Hex CD E8 8D

RGB Percentages of Color #cde88d

%35.47
%40.14
%24.39

CMYK Percentages of Color #cde88d

%12
%0
%39
%9

Triadic Colors of #cde88d

#cde88d #8dcde8 #e88dcd

Analogous Colors of #cde88d

#cde88d #a0e88d #e8d68d

Monochromatic Colors of #cde88d

#cde88d

Complementary Color

#cde88d #a88de8

#cde88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde88d Color CSS Codes

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

#cde88d Text Font Color

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

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


#cde88d Background Color

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

This div background color is #cde88d


#cde88d Border Color

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

This div border color is #cde88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde88d


Comments

No comments written yet.

Please login to write comment.