Color Hex Logo

#fbe113 Color Hex

#FBE113
(251,225,19)
0 Favorites   0 Comments

Color spaces of #fbe113

RGB 25122519
HSL0.150.970.53
HSV53°92°98°
CMYK 0.000.100.92   0.02
XYZ66.826474.406711.4559
Yxy74.40670.43770.4873
Hunter Lab86.2593-12.667252.5074
CIE-Lab89.1143-8.475286.8140

#fbe113 color RGB value is (251,225,19).

#fbe113 hex color red value is 251, green value is 225 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fbe113 hue: 0.15 , saturation: 0.97 and the lightness value of fbe113 is 0.53.

The process color (four color CMYK) of #fbe113 color hex is 0.00, 0.10, 0.92, 0.02. Web safe color of #fbe113 is #ffcc00. Color #fbe113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00010011
Octal 373 341 23
Decimal 251 225 19
Hex FB E1 13

RGB Percentages of Color #fbe113

%50.71
%45.45
%3.84

CMYK Percentages of Color #fbe113

%0
%10
%92
%2

Triadic Colors of #fbe113

#fbe113 #13fbe1 #e113fb

Analogous Colors of #fbe113

#fbe113 #a1fb13 #fb6d13

Monochromatic Colors of #fbe113

#fbe113

Complementary Color

#fbe113 #132dfb

#fbe113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe113 Color CSS Codes

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

#fbe113 Text Font Color

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

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


#fbe113 Background Color

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

This div background color is #fbe113


#fbe113 Border Color

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

This div border color is #fbe113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe113


Comments

No comments written yet.

Please login to write comment.