Color Hex Logo

#cddd90 Color Hex

#CDDD90
(205,221,144)
0 Favorites   0 Comments

Color spaces of #cddd90

RGB 205221144
HSL0.200.530.72
HSV72°35°87°
CMYK 0.070.000.35   0.13
XYZ56.067366.705736.3060
Yxy66.70570.35240.4193
Hunter Lab81.6736-20.392030.8156
CIE-Lab85.3551-17.541136.0631

#cddd90 color RGB value is (205,221,144).

#cddd90 hex color red value is 205, green value is 221 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cddd90 hue: 0.20 , saturation: 0.53 and the lightness value of cddd90 is 0.72.

The process color (four color CMYK) of #cddd90 color hex is 0.07, 0.00, 0.35, 0.13. Web safe color of #cddd90 is #cccc99. Color #cddd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 10010000
Octal 315 335 220
Decimal 205 221 144
Hex CD DD 90

RGB Percentages of Color #cddd90

%35.96
%38.77
%25.26

CMYK Percentages of Color #cddd90

%7
%0
%35
%13

Triadic Colors of #cddd90

#cddd90 #90cddd #dd90cd

Analogous Colors of #cddd90

#cddd90 #a7dd90 #ddc790

Monochromatic Colors of #cddd90

#cddd90

Complementary Color

#cddd90 #a090dd

#cddd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd90 Color CSS Codes

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

#cddd90 Text Font Color

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

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


#cddd90 Background Color

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

This div background color is #cddd90


#cddd90 Border Color

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

This div border color is #cddd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd90


Comments

No comments written yet.

Please login to write comment.