Color Hex Logo

#cdc50e Color Hex

#CDC50E
(205,197,14)
0 Favorites   0 Comments

Color spaces of #cdc50e

RGB 20519714
HSL0.160.870.43
HSV57°93°80°
CMYK 0.000.040.93   0.20
XYZ45.222452.94338.2511
Yxy52.94330.42500.4975
Hunter Lab72.7621-16.394244.2101
CIE-Lab77.8415-14.150577.1612

#cdc50e color RGB value is (205,197,14).

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

The process color (four color CMYK) of #cdc50e color hex is 0.00, 0.04, 0.93, 0.20. Web safe color of #cdc50e is #cccc00. Color #cdc50e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 00001110
Octal 315 305 16
Decimal 205 197 14
Hex CD C5 E

RGB Percentages of Color #cdc50e

%49.28
%47.36
%3.37

CMYK Percentages of Color #cdc50e

%0
%4
%93
%20

Triadic Colors of #cdc50e

#cdc50e #0ecdc5 #c50ecd

Analogous Colors of #cdc50e

#cdc50e #76cd0e #cd660e

Monochromatic Colors of #cdc50e

#cdc50e

Complementary Color

#cdc50e #0e16cd

#cdc50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc50e Color CSS Codes

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

#cdc50e Text Font Color

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

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


#cdc50e Background Color

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

This div background color is #cdc50e


#cdc50e Border Color

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

This div border color is #cdc50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc50e


Comments

No comments written yet.

Please login to write comment.