Color Hex Logo

#cde6ad Color Hex

#CDE6AD
(205,230,173)
0 Favorites   0 Comments

Color spaces of #cde6ad

RGB 205230173
HSL0.240.530.79
HSV86°25°90°
CMYK 0.110.000.25   0.10
XYZ61.016572.589950.3305
Yxy72.58990.33170.3946
Hunter Lab85.1997-21.265224.6151
CIE-Lab88.2518-18.034425.1049

#cde6ad color RGB value is (205,230,173).

#cde6ad hex color red value is 205, green value is 230 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cde6ad hue: 0.24 , saturation: 0.53 and the lightness value of cde6ad is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10101101
Octal 315 346 255
Decimal 205 230 173
Hex CD E6 AD

RGB Percentages of Color #cde6ad

%33.72
%37.83
%28.45

CMYK Percentages of Color #cde6ad

%11
%0
%25
%10

Triadic Colors of #cde6ad

#cde6ad #adcde6 #e6adcd

Analogous Colors of #cde6ad

#cde6ad #b1e6ad #e6e3ad

Monochromatic Colors of #cde6ad

#cde6ad

Complementary Color

#cde6ad #c6ade6

#cde6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde6ad Color CSS Codes

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

#cde6ad Text Font Color

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

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


#cde6ad Background Color

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

This div background color is #cde6ad


#cde6ad Border Color

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

This div border color is #cde6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde6ad


Comments

No comments written yet.

Please login to write comment.