Color Hex Logo

#cdcc20 Color Hex

#CDCC20
(205,204,32)
0 Favorites   0 Comments

Color spaces of #cdcc20

RGB 20520432
HSL0.170.730.46
HSV60°84°80°
CMYK 0.000.000.84   0.20
XYZ47.030456.26929.7488
Yxy56.26920.41600.4977
Hunter Lab75.0128-19.359144.8035
CIE-Lab79.7668-17.314975.6418

#cdcc20 color RGB value is (205,204,32).

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

The process color (four color CMYK) of #cdcc20 color hex is 0.00, 0.00, 0.84, 0.20. Web safe color of #cdcc20 is #cccc33. Color #cdcc20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 00100000
Octal 315 314 40
Decimal 205 204 32
Hex CD CC 20

RGB Percentages of Color #cdcc20

%46.49
%46.26
%7.26

CMYK Percentages of Color #cdcc20

%0
%0
%84
%20

Triadic Colors of #cdcc20

#cdcc20 #20cdcc #cc20cd

Analogous Colors of #cdcc20

#cdcc20 #78cd20 #cd7620

Monochromatic Colors of #cdcc20

#cdcc20

Complementary Color

#cdcc20 #2021cd

#cdcc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc20 Color CSS Codes

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

#cdcc20 Text Font Color

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

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


#cdcc20 Background Color

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

This div background color is #cdcc20


#cdcc20 Border Color

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

This div border color is #cdcc20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,204,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 #cdcc20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc20


Comments

No comments written yet.

Please login to write comment.