Color Hex Logo

#febf90 Color Hex

#FEBF90
(254,191,144)
0 Favorites   0 Comments

Color spaces of #febf90

RGB 254191144
HSL0.070.980.78
HSV26°43°100°
CMYK 0.000.250.43   0.00
XYZ64.537960.346134.6320
Yxy60.34610.40460.3783
Hunter Lab77.682812.350827.9457
CIE-Lab82.025916.943932.4883

#febf90 color RGB value is (254,191,144).

#febf90 hex color red value is 254, green value is 191 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #febf90 hue: 0.07 , saturation: 0.98 and the lightness value of febf90 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10010000
Octal 376 277 220
Decimal 254 191 144
Hex FE BF 90

RGB Percentages of Color #febf90

%43.12
%32.43
%24.45

CMYK Percentages of Color #febf90

%0
%25
%43
%0

Triadic Colors of #febf90

#febf90 #90febf #bf90fe

Analogous Colors of #febf90

#febf90 #fef690 #fe9098

Monochromatic Colors of #febf90

#febf90

Complementary Color

#febf90 #90cffe

#febf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf90 Color CSS Codes

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

#febf90 Text Font Color

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

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


#febf90 Background Color

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

This div background color is #febf90


#febf90 Border Color

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

This div border color is #febf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf90

#febf90 Color Palettes


Comments

No comments written yet.

Please login to write comment.