Color Hex Logo

#cdde6f Color Hex

#CDDE6F
(205,222,111)
0 Favorites   0 Comments

Color spaces of #cdde6f

RGB 205222111
HSL0.190.630.65
HSV69°50°87°
CMYK 0.080.000.50   0.13
XYZ54.167466.369424.9946
Yxy66.36940.37220.4560
Hunter Lab81.4674-23.884038.8367
CIE-Lab85.1845-21.596851.9966

#cdde6f color RGB value is (205,222,111).

#cdde6f hex color red value is 205, green value is 222 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdde6f hue: 0.19 , saturation: 0.63 and the lightness value of cdde6f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011110 01101111
Octal 315 336 157
Decimal 205 222 111
Hex CD DE 6F

RGB Percentages of Color #cdde6f

%38.10
%41.26
%20.63

CMYK Percentages of Color #cdde6f

%8
%0
%50
%13

Triadic Colors of #cdde6f

#cdde6f #6fcdde #de6fcd

Analogous Colors of #cdde6f

#cdde6f #96de6f #deb86f

Monochromatic Colors of #cdde6f

#cdde6f

Complementary Color

#cdde6f #806fde

#cdde6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdde6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdde6f Color CSS Codes

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

#cdde6f Text Font Color

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

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


#cdde6f Background Color

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

This div background color is #cdde6f


#cdde6f Border Color

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

This div border color is #cdde6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdde6f


Comments

No comments written yet.

Please login to write comment.