Color Hex Logo

#fbea70 Color Hex

#FBEA70
(251,234,112)
0 Favorites   0 Comments

Color spaces of #fbea70

RGB 251234112
HSL0.150.950.71
HSV53°55°98°
CMYK 0.000.070.55   0.02
XYZ72.131180.524727.0703
Yxy80.52470.40130.4480
Hunter Lab89.7356-13.555644.9290
CIE-Lab91.9198-9.101660.3090

#fbea70 color RGB value is (251,234,112).

#fbea70 hex color red value is 251, green value is 234 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fbea70 hue: 0.15 , saturation: 0.95 and the lightness value of fbea70 is 0.71.

The process color (four color CMYK) of #fbea70 color hex is 0.00, 0.07, 0.55, 0.02. Web safe color of #fbea70 is #ffff66. Color #fbea70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01110000
Octal 373 352 160
Decimal 251 234 112
Hex FB EA 70

RGB Percentages of Color #fbea70

%42.04
%39.20
%18.76

CMYK Percentages of Color #fbea70

%0
%7
%55
%2

Triadic Colors of #fbea70

#fbea70 #70fbea #ea70fb

Analogous Colors of #fbea70

#fbea70 #c7fb70 #fba570

Monochromatic Colors of #fbea70

#fbea70

Complementary Color

#fbea70 #7081fb

#fbea70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea70 Color CSS Codes

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

#fbea70 Text Font Color

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

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


#fbea70 Background Color

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

This div background color is #fbea70


#fbea70 Border Color

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

This div border color is #fbea70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,234,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea70


Comments

No comments written yet.

Please login to write comment.