Color Hex Logo

#cdde7e Color Hex

#CDDE7E
(205,222,126)
0 Favorites   0 Comments

Color spaces of #cdde7e

RGB 205222126
HSL0.200.590.68
HSV71°43°87°
CMYK 0.080.000.43   0.13
XYZ55.064066.728029.7163
Yxy66.72800.36340.4404
Hunter Lab81.6872-22.628735.6124
CIE-Lab85.3664-20.106245.0393

#cdde7e color RGB value is (205,222,126).

#cdde7e hex color red value is 205, green value is 222 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cdde7e hue: 0.20 , saturation: 0.59 and the lightness value of cdde7e is 0.68.

The process color (four color CMYK) of #cdde7e color hex is 0.08, 0.00, 0.43, 0.13. Web safe color of #cdde7e is #cccc66. Color #cdde7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011110 01111110
Octal 315 336 176
Decimal 205 222 126
Hex CD DE 7E

RGB Percentages of Color #cdde7e

%37.07
%40.14
%22.78

CMYK Percentages of Color #cdde7e

%8
%0
%43
%13

Triadic Colors of #cdde7e

#cdde7e #7ecdde #de7ecd

Analogous Colors of #cdde7e

#cdde7e #9dde7e #debf7e

Monochromatic Colors of #cdde7e

#cdde7e

Complementary Color

#cdde7e #8f7ede

#cdde7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdde7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdde7e Color CSS Codes

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

#cdde7e Text Font Color

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

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


#cdde7e Background Color

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

This div background color is #cdde7e


#cdde7e Border Color

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

This div border color is #cdde7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdde7e


Comments

No comments written yet.

Please login to write comment.