Color Hex Logo

#ffc20d Color Hex

#FFC20D
(255,194,13)
0 Favorites   0 Comments

Color spaces of #ffc20d

RGB 25519413
HSL0.121.000.53
HSV45°95°100°
CMYK 0.000.240.95   0.00
XYZ60.604459.87268.7431
Yxy59.87260.46900.4633
Hunter Lab77.37744.396447.4648
CIE-Lab81.76898.935882.2828

#ffc20d color RGB value is (255,194,13).

#ffc20d hex color red value is 255, green value is 194 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ffc20d hue: 0.12 , saturation: 1.00 and the lightness value of ffc20d is 0.53.

The process color (four color CMYK) of #ffc20d color hex is 0.00, 0.24, 0.95, 0.00. Web safe color of #ffc20d is #ffcc00. Color #ffc20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 00001101
Octal 377 302 15
Decimal 255 194 13
Hex FF C2 D

RGB Percentages of Color #ffc20d

%55.19
%41.99
%2.81

CMYK Percentages of Color #ffc20d

%0
%24
%95
%0

Triadic Colors of #ffc20d

#ffc20d #0dffc2 #c20dff

Analogous Colors of #ffc20d

#ffc20d #c3ff0d #ff490d

Monochromatic Colors of #ffc20d

#ffc20d

Complementary Color

#ffc20d #0d4aff

#ffc20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc20d Color CSS Codes

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

#ffc20d Text Font Color

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

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


#ffc20d Background Color

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

This div background color is #ffc20d


#ffc20d Border Color

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

This div border color is #ffc20d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,194,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc20d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc20d;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc20d;
  box-shadow:         1px 1px 3px 2px #ffc20d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,194,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc20d

#ffc20d Color Palettes


Comments

No comments written yet.

Please login to write comment.