Color Hex Logo

#ffdc14 Color Hex

#FFDC14
(255,220,20)
0 Favorites   0 Comments

Color spaces of #ffdc14

RGB 25522020
HSL0.141.000.54
HSV51°92°100°
CMYK 0.000.140.92   0.00
XYZ66.959572.496911.1260
Yxy72.49690.44470.4814
Hunter Lab85.1451-8.628651.8541
CIE-Lab88.2072-4.270286.1652

#ffdc14 color RGB value is (255,220,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 00010100
Octal 377 334 24
Decimal 255 220 20
Hex FF DC 14

RGB Percentages of Color #ffdc14

%51.52
%44.44
%4.04

CMYK Percentages of Color #ffdc14

%0
%14
%92
%0

Triadic Colors of #ffdc14

#ffdc14 #14ffdc #dc14ff

Analogous Colors of #ffdc14

#ffdc14 #adff14 #ff6714

Monochromatic Colors of #ffdc14

#ffdc14

Complementary Color

#ffdc14 #1437ff

#ffdc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc14 Color CSS Codes

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

#ffdc14 Text Font Color

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

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


#ffdc14 Background Color

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

This div background color is #ffdc14


#ffdc14 Border Color

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

This div border color is #ffdc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc14


Comments

No comments written yet.

Please login to write comment.