Color Hex Logo

#cdc13c Color Hex

#CDC13C
(205,193,60)
0 Favorites   0 Comments

Color spaces of #cdc13c

RGB 20519360
HSL0.150.590.52
HSV55°71°80°
CMYK 0.000.060.71   0.20
XYZ45.062451.445311.8299
Yxy51.44530.41590.4749
Hunter Lab71.7254-13.374540.4289
CIE-Lab76.9480-10.759964.8210

#cdc13c color RGB value is (205,193,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 00111100
Octal 315 301 74
Decimal 205 193 60
Hex CD C1 3C

RGB Percentages of Color #cdc13c

%44.76
%42.14
%13.10

CMYK Percentages of Color #cdc13c

%0
%6
%71
%20

Triadic Colors of #cdc13c

#cdc13c #3ccdc1 #c13ccd

Analogous Colors of #cdc13c

#cdc13c #91cd3c #cd793c

Monochromatic Colors of #cdc13c

#cdc13c

Complementary Color

#cdc13c #3c48cd

#cdc13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc13c Color CSS Codes

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

#cdc13c Text Font Color

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

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


#cdc13c Background Color

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

This div background color is #cdc13c


#cdc13c Border Color

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

This div border color is #cdc13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc13c


Comments

No comments written yet.

Please login to write comment.