Color Hex Logo

#cdd122 Color Hex

#CDD122
(205,209,34)
0 Favorites   0 Comments

Color spaces of #cdd122

RGB 20520934
HSL0.170.720.48
HSV61°84°82°
CMYK 0.020.000.84   0.18
XYZ48.266058.695610.2989
Yxy58.69560.41160.5006
Hunter Lab76.6131-21.618445.6589
CIE-Lab81.1240-19.731576.3296

#cdd122 color RGB value is (205,209,34).

#cdd122 hex color red value is 205, green value is 209 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #cdd122 hue: 0.17 , saturation: 0.72 and the lightness value of cdd122 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 00100010
Octal 315 321 42
Decimal 205 209 34
Hex CD D1 22

RGB Percentages of Color #cdd122

%45.76
%46.65
%7.59

CMYK Percentages of Color #cdd122

%2
%0
%84
%18

Triadic Colors of #cdd122

#cdd122 #22cdd1 #d122cd

Analogous Colors of #cdd122

#cdd122 #76d122 #d17e22

Monochromatic Colors of #cdd122

#cdd122

Complementary Color

#cdd122 #2622d1

#cdd122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd122 Color CSS Codes

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

#cdd122 Text Font Color

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

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


#cdd122 Background Color

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

This div background color is #cdd122


#cdd122 Border Color

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

This div border color is #cdd122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd122


Comments

No comments written yet.

Please login to write comment.