Color Hex Logo

#fbea01 Color Hex

#FBEA01
(251,234,1)
0 Favorites   0 Comments

Color spaces of #fbea01

RGB 2512341
HSL0.160.990.49
HSV56°100°98°
CMYK 0.000.071.00   0.02
XYZ69.212079.357111.6983
Yxy79.35710.43190.4952
Hunter Lab89.0826-17.210454.5719
CIE-Lab91.3956-13.079590.0860

#fbea01 color RGB value is (251,234,1).

#fbea01 hex color red value is 251, green value is 234 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fbea01 hue: 0.16 , saturation: 0.99 and the lightness value of fbea01 is 0.49.

The process color (four color CMYK) of #fbea01 color hex is 0.00, 0.07, 1.00, 0.02. Web safe color of #fbea01 is #ffff00. Color #fbea01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 00000001
Octal 373 352 1
Decimal 251 234 1
Hex FB EA 1

RGB Percentages of Color #fbea01

%51.65
%48.15
%0.21

CMYK Percentages of Color #fbea01

%0
%7
%100
%2

Triadic Colors of #fbea01

#fbea01 #01fbea #ea01fb

Analogous Colors of #fbea01

#fbea01 #8ffb01 #fb6d01

Monochromatic Colors of #fbea01

#fbea01

Complementary Color

#fbea01 #0112fb

#fbea01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea01 Color CSS Codes

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

#fbea01 Text Font Color

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

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


#fbea01 Background Color

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

This div background color is #fbea01


#fbea01 Border Color

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

This div border color is #fbea01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea01


Comments

No comments written yet.

Please login to write comment.