Color Hex Logo

#cde69d Color Hex

#CDE69D
(205,230,157)
0 Favorites   0 Comments

Color spaces of #cde69d

RGB 205230157
HSL0.220.590.76
HSV81°32°90°
CMYK 0.110.000.32   0.10
XYZ59.559572.007142.6579
Yxy72.00710.34190.4133
Hunter Lab84.8570-23.214029.5946
CIE-Lab87.9720-20.289432.9176

#cde69d color RGB value is (205,230,157).

#cde69d hex color red value is 205, green value is 230 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cde69d hue: 0.22 , saturation: 0.59 and the lightness value of cde69d is 0.76.

The process color (four color CMYK) of #cde69d color hex is 0.11, 0.00, 0.32, 0.10. Web safe color of #cde69d is #ccff99. Color #cde69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10011101
Octal 315 346 235
Decimal 205 230 157
Hex CD E6 9D

RGB Percentages of Color #cde69d

%34.63
%38.85
%26.52

CMYK Percentages of Color #cde69d

%11
%0
%32
%10

Triadic Colors of #cde69d

#cde69d #9dcde6 #e69dcd

Analogous Colors of #cde69d

#cde69d #a9e69d #e6db9d

Monochromatic Colors of #cde69d

#cde69d

Complementary Color

#cde69d #b69de6

#cde69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde69d Color CSS Codes

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

#cde69d Text Font Color

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

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


#cde69d Background Color

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

This div background color is #cde69d


#cde69d Border Color

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

This div border color is #cde69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde69d


Comments

No comments written yet.

Please login to write comment.