Color Hex Logo

#fbea90 Color Hex

#FBEA90
(251,234,144)
0 Favorites   0 Comments

Color spaces of #fbea90

RGB 251234144
HSL0.140.930.77
HSV50°43°98°
CMYK 0.000.070.43   0.02
XYZ74.240581.368538.1784
Yxy81.36850.38310.4199
Hunter Lab90.2045-10.948038.0491
CIE-Lab92.2954-6.317645.6848

#fbea90 color RGB value is (251,234,144).

#fbea90 hex color red value is 251, green value is 234 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fbea90 hue: 0.14 , saturation: 0.93 and the lightness value of fbea90 is 0.77.

The process color (four color CMYK) of #fbea90 color hex is 0.00, 0.07, 0.43, 0.02. Web safe color of #fbea90 is #ffff99. Color #fbea90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 10010000
Octal 373 352 220
Decimal 251 234 144
Hex FB EA 90

RGB Percentages of Color #fbea90

%39.90
%37.20
%22.89

CMYK Percentages of Color #fbea90

%0
%7
%43
%2

Triadic Colors of #fbea90

#fbea90 #90fbea #ea90fb

Analogous Colors of #fbea90

#fbea90 #d7fb90 #fbb590

Monochromatic Colors of #fbea90

#fbea90

Complementary Color

#fbea90 #90a1fb

#fbea90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea90 Color CSS Codes

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

#fbea90 Text Font Color

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

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


#fbea90 Background Color

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

This div background color is #fbea90


#fbea90 Border Color

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

This div border color is #fbea90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea90


Comments

No comments written yet.

Please login to write comment.