Color Hex Logo

#fbea61 Color Hex

#FBEA61
(251,234,97)
0 Favorites   0 Comments

Color spaces of #fbea61

RGB 25123497
HSL0.150.950.68
HSV53°61°98°
CMYK 0.000.070.61   0.02
XYZ71.364180.217923.0316
Yxy80.21790.40870.4594
Hunter Lab89.5644-14.510747.4486
CIE-Lab91.7825-10.132366.6662

#fbea61 color RGB value is (251,234,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01100001
Octal 373 352 141
Decimal 251 234 97
Hex FB EA 61

RGB Percentages of Color #fbea61

%43.13
%40.21
%16.67

CMYK Percentages of Color #fbea61

%0
%7
%61
%2

Triadic Colors of #fbea61

#fbea61 #61fbea #ea61fb

Analogous Colors of #fbea61

#fbea61 #bffb61 #fb9d61

Monochromatic Colors of #fbea61

#fbea61

Complementary Color

#fbea61 #6172fb

#fbea61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea61 Color CSS Codes

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

#fbea61 Text Font Color

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

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


#fbea61 Background Color

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

This div background color is #fbea61


#fbea61 Border Color

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

This div border color is #fbea61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea61

Related Colors


Comments

No comments written yet.

Please login to write comment.