Color Hex Logo

#cddf6e Color Hex

#CDDF6E
(205,223,110)
0 Favorites   0 Comments

Color spaces of #cddf6e

RGB 205223110
HSL0.190.640.65
HSV70°51°87°
CMYK 0.080.000.51   0.13
XYZ54.379066.880324.7950
Yxy66.88030.37230.4579
Hunter Lab81.7804-24.424039.2701
CIE-Lab85.4435-22.173952.7700

#cddf6e color RGB value is (205,223,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 01101110
Octal 315 337 156
Decimal 205 223 110
Hex CD DF 6E

RGB Percentages of Color #cddf6e

%38.10
%41.45
%20.45

CMYK Percentages of Color #cddf6e

%8
%0
%51
%13

Triadic Colors of #cddf6e

#cddf6e #6ecddf #df6ecd

Analogous Colors of #cddf6e

#cddf6e #95df6e #dfb96e

Monochromatic Colors of #cddf6e

#cddf6e

Complementary Color

#cddf6e #806edf

#cddf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf6e Color CSS Codes

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

#cddf6e Text Font Color

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

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


#cddf6e Background Color

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

This div background color is #cddf6e


#cddf6e Border Color

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

This div border color is #cddf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf6e


Comments

No comments written yet.

Please login to write comment.