Color Hex Logo

#cddc7e Color Hex

#CDDC7E
(205,220,126)
0 Favorites   0 Comments

Color spaces of #cddc7e

RGB 205220126
HSL0.190.570.68
HSV70°43°86°
CMYK 0.070.000.43   0.14
XYZ54.535965.671929.5403
Yxy65.67190.36420.4385
Hunter Lab81.0382-21.692535.1142
CIE-Lab84.8288-19.125644.3690

#cddc7e color RGB value is (205,220,126).

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

The process color (four color CMYK) of #cddc7e color hex is 0.07, 0.00, 0.43, 0.14. Web safe color of #cddc7e is #cccc66. Color #cddc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 01111110
Octal 315 334 176
Decimal 205 220 126
Hex CD DC 7E

RGB Percentages of Color #cddc7e

%37.21
%39.93
%22.87

CMYK Percentages of Color #cddc7e

%7
%0
%43
%14

Triadic Colors of #cddc7e

#cddc7e #7ecddc #dc7ecd

Analogous Colors of #cddc7e

#cddc7e #9edc7e #dcbc7e

Monochromatic Colors of #cddc7e

#cddc7e

Complementary Color

#cddc7e #8d7edc

#cddc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc7e Color CSS Codes

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

#cddc7e Text Font Color

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

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


#cddc7e Background Color

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

This div background color is #cddc7e


#cddc7e Border Color

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

This div border color is #cddc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc7e


Comments

No comments written yet.

Please login to write comment.