Color Hex Logo

#cdc00c Color Hex

#CDC00C
(205,192,12)
0 Favorites   0 Comments

Color spaces of #cdc00c

RGB 20519212
HSL0.160.890.43
HSV56°94°80°
CMYK 0.000.060.94   0.20
XYZ44.092850.70507.8109
Yxy50.70500.42970.4942
Hunter Lab71.2074-14.082943.3416
CIE-Lab76.5000-11.645576.3809

#cdc00c color RGB value is (205,192,12).

#cdc00c hex color red value is 205, green value is 192 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cdc00c hue: 0.16 , saturation: 0.89 and the lightness value of cdc00c is 0.43.

The process color (four color CMYK) of #cdc00c color hex is 0.00, 0.06, 0.94, 0.20. Web safe color of #cdc00c is #cccc00. Color #cdc00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000000 00001100
Octal 315 300 14
Decimal 205 192 12
Hex CD C0 C

RGB Percentages of Color #cdc00c

%50.12
%46.94
%2.93

CMYK Percentages of Color #cdc00c

%0
%6
%94
%20

Triadic Colors of #cdc00c

#cdc00c #0ccdc0 #c00ccd

Analogous Colors of #cdc00c

#cdc00c #7acd0c #cd5f0c

Monochromatic Colors of #cdc00c

#cdc00c

Complementary Color

#cdc00c #0c19cd

#cdc00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc00c Color CSS Codes

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

#cdc00c Text Font Color

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

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


#cdc00c Background Color

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

This div background color is #cdc00c


#cdc00c Border Color

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

This div border color is #cdc00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc00c


Comments

No comments written yet.

Please login to write comment.