Color Hex Logo

#febea5 Color Hex

#FEBEA5
(254,190,165)
0 Favorites   0 Comments

Color spaces of #febea5

RGB 254190165
HSL0.050.980.82
HSV17°35°100°
CMYK 0.000.250.35   0.00
XYZ66.078060.614443.8144
Yxy60.61440.38750.3555
Hunter Lab77.855315.251421.1322
CIE-Lab82.171019.787021.6051

#febea5 color RGB value is (254,190,165).

#febea5 hex color red value is 254, green value is 190 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #febea5 hue: 0.05 , saturation: 0.98 and the lightness value of febea5 is 0.82.

The process color (four color CMYK) of #febea5 color hex is 0.00, 0.25, 0.35, 0.00. Web safe color of #febea5 is #ffcc99. Color #febea5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 10100101
Octal 376 276 245
Decimal 254 190 165
Hex FE BE A5

RGB Percentages of Color #febea5

%41.71
%31.20
%27.09

CMYK Percentages of Color #febea5

%0
%25
%35
%0

Triadic Colors of #febea5

#febea5 #a5febe #bea5fe

Analogous Colors of #febea5

#febea5 #feeba5 #fea5b9

Monochromatic Colors of #febea5

#febea5

Complementary Color

#febea5 #a5e5fe

#febea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febea5 Color CSS Codes

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

#febea5 Text Font Color

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

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


#febea5 Background Color

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

This div background color is #febea5


#febea5 Border Color

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

This div border color is #febea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febea5


Comments

No comments written yet.

Please login to write comment.