Color Hex Logo

#cdcc40 Color Hex

#CDCC40
(205,204,64)
0 Favorites   0 Comments

Color spaces of #cdcc40

RGB 20520464
HSL0.170.590.53
HSV60°69°80°
CMYK 0.000.000.69   0.20
XYZ47.695156.535013.2490
Yxy56.53500.40600.4812
Hunter Lab75.1898-18.354242.1855
CIE-Lab79.9173-16.109566.2677

#cdcc40 color RGB value is (205,204,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 01000000
Octal 315 314 100
Decimal 205 204 64
Hex CD CC 40

RGB Percentages of Color #cdcc40

%43.34
%43.13
%13.53

CMYK Percentages of Color #cdcc40

%0
%0
%69
%20

Triadic Colors of #cdcc40

#cdcc40 #40cdcc #cc40cd

Analogous Colors of #cdcc40

#cdcc40 #88cd40 #cd8640

Monochromatic Colors of #cdcc40

#cdcc40

Complementary Color

#cdcc40 #4041cd

#cdcc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc40 Color CSS Codes

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

#cdcc40 Text Font Color

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

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


#cdcc40 Background Color

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

This div background color is #cdcc40


#cdcc40 Border Color

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

This div border color is #cdcc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc40


Comments

No comments written yet.

Please login to write comment.