Color Hex Logo

#cddf5a Color Hex

#CDDF5A
(205,223,90)
0 Favorites   0 Comments

Color spaces of #cddf5a

RGB 20522390
HSL0.190.680.61
HSV68°60°87°
CMYK 0.080.000.60   0.13
XYZ53.410066.492719.6922
Yxy66.49270.38260.4763
Hunter Lab81.5431-25.784442.7619
CIE-Lab85.2471-23.807961.4608

#cddf5a color RGB value is (205,223,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 01011010
Octal 315 337 132
Decimal 205 223 90
Hex CD DF 5A

RGB Percentages of Color #cddf5a

%39.58
%43.05
%17.37

CMYK Percentages of Color #cddf5a

%8
%0
%60
%13

Triadic Colors of #cddf5a

#cddf5a #5acddf #df5acd

Analogous Colors of #cddf5a

#cddf5a #8bdf5a #dfaf5a

Monochromatic Colors of #cddf5a

#cddf5a

Complementary Color

#cddf5a #6c5adf

#cddf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf5a Color CSS Codes

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

#cddf5a Text Font Color

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

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


#cddf5a Background Color

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

This div background color is #cddf5a


#cddf5a Border Color

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

This div border color is #cddf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf5a


Comments

No comments written yet.

Please login to write comment.