Color Hex Logo

#ffde14 Color Hex

#FFDE14
(255,222,20)
1 Favorites   0 Comments

Color spaces of #ffde14

RGB 25522220
HSL0.141.000.54
HSV52°92°100°
CMYK 0.000.130.92   0.00
XYZ67.487573.553111.3020
Yxy73.55310.44300.4828
Hunter Lab85.7631-9.622752.2208
CIE-Lab88.7108-5.274786.5430

#ffde14 color RGB value is (255,222,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 00010100
Octal 377 336 24
Decimal 255 222 20
Hex FF DE 14

RGB Percentages of Color #ffde14

%51.31
%44.67
%4.02

CMYK Percentages of Color #ffde14

%0
%13
%92
%0

Triadic Colors of #ffde14

#ffde14 #14ffde #de14ff

Analogous Colors of #ffde14

#ffde14 #abff14 #ff6914

Monochromatic Colors of #ffde14

#ffde14

Complementary Color

#ffde14 #1435ff

#ffde14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde14 Color CSS Codes

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

#ffde14 Text Font Color

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

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


#ffde14 Background Color

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

This div background color is #ffde14


#ffde14 Border Color

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

This div border color is #ffde14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde14


Comments

No comments written yet.

Please login to write comment.