Color Hex Logo

#cdc03c Color Hex

#CDC03C
(205,192,60)
0 Favorites   0 Comments

Color spaces of #cdc03c

RGB 20519260
HSL0.150.590.52
HSV55°71°80°
CMYK 0.000.060.71   0.20
XYZ44.842151.004711.7564
Yxy51.00470.41670.4740
Hunter Lab71.4176-12.903140.2323
CIE-Lab76.6819-10.249264.5602

#cdc03c color RGB value is (205,192,60).

#cdc03c hex color red value is 205, green value is 192 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cdc03c hue: 0.15 , saturation: 0.59 and the lightness value of cdc03c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000000 00111100
Octal 315 300 74
Decimal 205 192 60
Hex CD C0 3C

RGB Percentages of Color #cdc03c

%44.86
%42.01
%13.13

CMYK Percentages of Color #cdc03c

%0
%6
%71
%20

Triadic Colors of #cdc03c

#cdc03c #3ccdc0 #c03ccd

Analogous Colors of #cdc03c

#cdc03c #92cd3c #cd783c

Monochromatic Colors of #cdc03c

#cdc03c

Complementary Color

#cdc03c #3c49cd

#cdc03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc03c Color CSS Codes

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

#cdc03c Text Font Color

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

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


#cdc03c Background Color

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

This div background color is #cdc03c


#cdc03c Border Color

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

This div border color is #cdc03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc03c


Comments

No comments written yet.

Please login to write comment.