Color Hex Logo

#cddd72 Color Hex

#CDDD72
(205,221,114)
0 Favorites   0 Comments

Color spaces of #cddd72

RGB 205221114
HSL0.190.610.66
HSV69°48°87°
CMYK 0.070.000.48   0.13
XYZ54.070665.906925.7911
Yxy65.90690.37090.4521
Hunter Lab81.1831-23.183537.9923
CIE-Lab84.9489-20.828450.3032

#cddd72 color RGB value is (205,221,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 01110010
Octal 315 335 162
Decimal 205 221 114
Hex CD DD 72

RGB Percentages of Color #cddd72

%37.96
%40.93
%21.11

CMYK Percentages of Color #cddd72

%7
%0
%48
%13

Triadic Colors of #cddd72

#cddd72 #72cddd #dd72cd

Analogous Colors of #cddd72

#cddd72 #98dd72 #ddb872

Monochromatic Colors of #cddd72

#cddd72

Complementary Color

#cddd72 #8272dd

#cddd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd72 Color CSS Codes

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

#cddd72 Text Font Color

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

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


#cddd72 Background Color

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

This div background color is #cddd72


#cddd72 Border Color

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

This div border color is #cddd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd72


Comments

No comments written yet.

Please login to write comment.