Color Hex Logo

#cddd5e Color Hex

#CDDD5E
(205,221,94)
0 Favorites   0 Comments

Color spaces of #cddd5e

RGB 20522194
HSL0.190.650.62
HSV68°57°87°
CMYK 0.070.000.57   0.13
XYZ53.053765.500220.4363
Yxy65.50020.38170.4713
Hunter Lab80.9322-24.618841.6811
CIE-Lab84.7408-22.545259.1809

#cddd5e color RGB value is (205,221,94).

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

The process color (four color CMYK) of #cddd5e color hex is 0.07, 0.00, 0.57, 0.13. Web safe color of #cddd5e is #cccc66. Color #cddd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 01011110
Octal 315 335 136
Decimal 205 221 94
Hex CD DD 5E

RGB Percentages of Color #cddd5e

%39.42
%42.50
%18.08

CMYK Percentages of Color #cddd5e

%7
%0
%57
%13

Triadic Colors of #cddd5e

#cddd5e #5ecddd #dd5ecd

Analogous Colors of #cddd5e

#cddd5e #8edd5e #ddae5e

Monochromatic Colors of #cddd5e

#cddd5e

Complementary Color

#cddd5e #6e5edd

#cddd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd5e Color CSS Codes

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

#cddd5e Text Font Color

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

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


#cddd5e Background Color

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

This div background color is #cddd5e


#cddd5e Border Color

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

This div border color is #cddd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd5e


Comments

No comments written yet.

Please login to write comment.