Color Hex Logo

#cdd220 Color Hex

#CDD220
(205,210,32)
0 Favorites   0 Comments

Color spaces of #cdd220

RGB 20521032
HSL0.170.740.47
HSV62°85°82°
CMYK 0.020.000.85   0.18
XYZ48.484159.176610.2333
Yxy59.17660.41130.5019
Hunter Lab76.9263-22.118545.9612
CIE-Lab81.3886-20.272076.9797

#cdd220 color RGB value is (205,210,32).

#cdd220 hex color red value is 205, green value is 210 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cdd220 hue: 0.17 , saturation: 0.74 and the lightness value of cdd220 is 0.47.

The process color (four color CMYK) of #cdd220 color hex is 0.02, 0.00, 0.85, 0.18. Web safe color of #cdd220 is #cccc33. Color #cdd220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 00100000
Octal 315 322 40
Decimal 205 210 32
Hex CD D2 20

RGB Percentages of Color #cdd220

%45.86
%46.98
%7.16

CMYK Percentages of Color #cdd220

%2
%0
%85
%18

Triadic Colors of #cdd220

#cdd220 #20cdd2 #d220cd

Analogous Colors of #cdd220

#cdd220 #74d220 #d27e20

Monochromatic Colors of #cdd220

#cdd220

Complementary Color

#cdd220 #2520d2

#cdd220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd220 Color CSS Codes

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

#cdd220 Text Font Color

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

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


#cdd220 Background Color

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

This div background color is #cdd220


#cdd220 Border Color

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

This div border color is #cdd220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd220


Comments

No comments written yet.

Please login to write comment.