Color Hex Logo

#ffae14 Color Hex

#FFAE14
(255,174,20)
0 Favorites   0 Comments

Color spaces of #ffae14

RGB 25517420
HSL0.111.000.54
HSV39°92°100°
CMYK 0.000.320.92   0.00
XYZ56.502351.58267.6403
Yxy51.58260.48820.4457
Hunter Lab71.821014.740943.9675
CIE-Lab77.030619.422177.9052

#ffae14 color RGB value is (255,174,20).

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

The process color (four color CMYK) of #ffae14 color hex is 0.00, 0.32, 0.92, 0.00. Web safe color of #ffae14 is #ff9900. Color #ffae14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 00010100
Octal 377 256 24
Decimal 255 174 20
Hex FF AE 14

RGB Percentages of Color #ffae14

%56.79
%38.75
%4.45

CMYK Percentages of Color #ffae14

%0
%32
%92
%0

Triadic Colors of #ffae14

#ffae14 #14ffae #ae14ff

Analogous Colors of #ffae14

#ffae14 #dbff14 #ff3814

Monochromatic Colors of #ffae14

#ffae14

Complementary Color

#ffae14 #1465ff

#ffae14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae14 Color CSS Codes

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

#ffae14 Text Font Color

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

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


#ffae14 Background Color

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

This div background color is #ffae14


#ffae14 Border Color

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

This div border color is #ffae14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae14

#ffae14 Color Palettes


Comments

No comments written yet.

Please login to write comment.