Color Hex Logo

#cddf9e Color Hex

#CDDF9E
(205,223,158)
0 Favorites   0 Comments

Color spaces of #cddf9e

RGB 205223158
HSL0.210.500.75
HSV77°29°87°
CMYK 0.080.000.29   0.13
XYZ57.736168.223142.4731
Yxy68.22310.34280.4050
Hunter Lab82.5973-19.772427.3300
CIE-Lab86.1179-16.709229.9324

#cddf9e color RGB value is (205,223,158).

#cddf9e hex color red value is 205, green value is 223 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cddf9e hue: 0.21 , saturation: 0.50 and the lightness value of cddf9e is 0.75.

The process color (four color CMYK) of #cddf9e color hex is 0.08, 0.00, 0.29, 0.13. Web safe color of #cddf9e is #cccc99. Color #cddf9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 10011110
Octal 315 337 236
Decimal 205 223 158
Hex CD DF 9E

RGB Percentages of Color #cddf9e

%34.98
%38.05
%26.96

CMYK Percentages of Color #cddf9e

%8
%0
%29
%13

Triadic Colors of #cddf9e

#cddf9e #9ecddf #df9ecd

Analogous Colors of #cddf9e

#cddf9e #addf9e #dfd19e

Monochromatic Colors of #cddf9e

#cddf9e

Complementary Color

#cddf9e #b09edf

#cddf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf9e Color CSS Codes

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

#cddf9e Text Font Color

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

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


#cddf9e Background Color

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

This div background color is #cddf9e


#cddf9e Border Color

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

This div border color is #cddf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf9e


Comments

No comments written yet.

Please login to write comment.