Color Hex Logo

#ffc014 Color Hex

#FFC014
(255,192,20)
0 Favorites   0 Comments

Color spaces of #ffc014

RGB 25519220
HSL0.121.000.54
HSV44°92°100°
CMYK 0.000.250.92   0.00
XYZ60.215959.00988.8781
Yxy59.00980.47010.4606
Hunter Lab76.81785.491246.9201
CIE-Lab81.297010.048381.0273

#ffc014 color RGB value is (255,192,20).

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

The process color (four color CMYK) of #ffc014 color hex is 0.00, 0.25, 0.92, 0.00. Web safe color of #ffc014 is #ffcc00. Color #ffc014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 00010100
Octal 377 300 24
Decimal 255 192 20
Hex FF C0 14

RGB Percentages of Color #ffc014

%54.60
%41.11
%4.28

CMYK Percentages of Color #ffc014

%0
%25
%92
%0

Triadic Colors of #ffc014

#ffc014 #14ffc0 #c014ff

Analogous Colors of #ffc014

#ffc014 #c9ff14 #ff4b14

Monochromatic Colors of #ffc014

#ffc014

Complementary Color

#ffc014 #1453ff

#ffc014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc014 Color CSS Codes

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

#ffc014 Text Font Color

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

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


#ffc014 Background Color

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

This div background color is #ffc014


#ffc014 Border Color

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

This div border color is #ffc014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc014


Comments

No comments written yet.

Please login to write comment.