Color Hex Logo

#fea567 Color Hex

#FEA567
(254,165,103)
0 Favorites   0 Comments

Color spaces of #fea567

RGB 254165103
HSL0.070.990.70
HSV25°59°100°
CMYK 0.000.350.59   0.00
XYZ56.776448.960419.2898
Yxy48.96040.45410.3916
Hunter Lab69.971722.387932.6351
CIE-Lab75.426727.014245.3048

#fea567 color RGB value is (254,165,103).

#fea567 hex color red value is 254, green value is 165 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fea567 hue: 0.07 , saturation: 0.99 and the lightness value of fea567 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01100111
Octal 376 245 147
Decimal 254 165 103
Hex FE A5 67

RGB Percentages of Color #fea567

%48.66
%31.61
%19.73

CMYK Percentages of Color #fea567

%0
%35
%59
%0

Triadic Colors of #fea567

#fea567 #67fea5 #a567fe

Analogous Colors of #fea567

#fea567 #fef167 #fe6775

Monochromatic Colors of #fea567

#fea567

Complementary Color

#fea567 #67c0fe

#fea567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea567 Color CSS Codes

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

#fea567 Text Font Color

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

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


#fea567 Background Color

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

This div background color is #fea567


#fea567 Border Color

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

This div border color is #fea567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea567

Related Colors


Comments

No comments written yet.

Please login to write comment.