Color Hex Logo

#cde19d Color Hex

#CDE19D
(205,225,157)
0 Favorites   0 Comments

Color spaces of #cde19d

RGB 205225157
HSL0.220.530.75
HSV78°30°88°
CMYK 0.090.000.30   0.12
XYZ58.187969.263942.2007
Yxy69.26390.34300.4083
Hunter Lab83.2249-20.842828.1934
CIE-Lab86.6346-17.834631.1363

#cde19d color RGB value is (205,225,157).

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

The process color (four color CMYK) of #cde19d color hex is 0.09, 0.00, 0.30, 0.12. Web safe color of #cde19d is #cccc99. Color #cde19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 10011101
Octal 315 341 235
Decimal 205 225 157
Hex CD E1 9D

RGB Percentages of Color #cde19d

%34.92
%38.33
%26.75

CMYK Percentages of Color #cde19d

%9
%0
%30
%12

Triadic Colors of #cde19d

#cde19d #9dcde1 #e19dcd

Analogous Colors of #cde19d

#cde19d #abe19d #e1d39d

Monochromatic Colors of #cde19d

#cde19d

Complementary Color

#cde19d #b19de1

#cde19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde19d Color CSS Codes

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

#cde19d Text Font Color

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

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


#cde19d Background Color

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

This div background color is #cde19d


#cde19d Border Color

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

This div border color is #cde19d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,225,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 #cde19d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde19d


Comments

No comments written yet.

Please login to write comment.