Color Hex Logo

#cdc014 Color Hex

#CDC014
(205,192,20)
0 Favorites   0 Comments

Color spaces of #cdc014

RGB 20519220
HSL0.150.820.44
HSV56°90°80°
CMYK 0.000.060.90   0.20
XYZ44.152750.72898.1264
Yxy50.72890.42860.4925
Hunter Lab71.2242-13.988243.0922
CIE-Lab76.5145-11.532975.3018

#cdc014 color RGB value is (205,192,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000000 00010100
Octal 315 300 24
Decimal 205 192 20
Hex CD C0 14

RGB Percentages of Color #cdc014

%49.16
%46.04
%4.80

CMYK Percentages of Color #cdc014

%0
%6
%90
%20

Triadic Colors of #cdc014

#cdc014 #14cdc0 #c014cd

Analogous Colors of #cdc014

#cdc014 #7ecd14 #cd6414

Monochromatic Colors of #cdc014

#cdc014

Complementary Color

#cdc014 #1421cd

#cdc014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc014 Color CSS Codes

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

#cdc014 Text Font Color

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

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


#cdc014 Background Color

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

This div background color is #cdc014


#cdc014 Border Color

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

This div border color is #cdc014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc014


Comments

No comments written yet.

Please login to write comment.