Color Hex Logo

#fea452 Color Hex

#FEA452
(254,164,82)
0 Favorites   0 Comments

Color spaces of #fea452

RGB 25416482
HSL0.080.990.66
HSV29°68°100°
CMYK 0.000.350.68   0.00
XYZ55.671548.230914.3579
Yxy48.23090.47080.4078
Hunter Lab69.448521.554936.3562
CIE-Lab74.970326.231855.0472

#fea452 color RGB value is (254,164,82).

#fea452 hex color red value is 254, green value is 164 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fea452 hue: 0.08 , saturation: 0.99 and the lightness value of fea452 is 0.66.

The process color (four color CMYK) of #fea452 color hex is 0.00, 0.35, 0.68, 0.00. Web safe color of #fea452 is #ff9966. Color #fea452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 01010010
Octal 376 244 122
Decimal 254 164 82
Hex FE A4 52

RGB Percentages of Color #fea452

%50.80
%32.80
%16.40

CMYK Percentages of Color #fea452

%0
%35
%68
%0

Triadic Colors of #fea452

#fea452 #52fea4 #a452fe

Analogous Colors of #fea452

#fea452 #fefa52 #fe5256

Monochromatic Colors of #fea452

#fea452

Complementary Color

#fea452 #52acfe

#fea452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea452 Color CSS Codes

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

#fea452 Text Font Color

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

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


#fea452 Background Color

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

This div background color is #fea452


#fea452 Border Color

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

This div border color is #fea452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,164,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fea452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fea452;
  -webkit-box-shadow: 1px 1px 3px 2px #fea452;
  box-shadow:         1px 1px 3px 2px #fea452; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,164,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea452


Comments

No comments written yet.

Please login to write comment.