Color Hex Logo

#fbea25 Color Hex

#FBEA25
(251,234,37)
0 Favorites   0 Comments

Color spaces of #fbea25

RGB 25123437
HSL0.150.960.56
HSV55°85°98°
CMYK 0.000.070.85   0.02
XYZ69.540479.488413.4279
Yxy79.48840.42810.4893
Hunter Lab89.1563-16.796453.4797
CIE-Lab91.4548-12.624385.7158

#fbea25 color RGB value is (251,234,37).

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

The process color (four color CMYK) of #fbea25 color hex is 0.00, 0.07, 0.85, 0.02. Web safe color of #fbea25 is #ffff33. Color #fbea25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 00100101
Octal 373 352 45
Decimal 251 234 37
Hex FB EA 25

RGB Percentages of Color #fbea25

%48.08
%44.83
%7.09

CMYK Percentages of Color #fbea25

%0
%7
%85
%2

Triadic Colors of #fbea25

#fbea25 #25fbea #ea25fb

Analogous Colors of #fbea25

#fbea25 #a1fb25 #fb7f25

Monochromatic Colors of #fbea25

#fbea25

Complementary Color

#fbea25 #2536fb

#fbea25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea25 Color CSS Codes

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

#fbea25 Text Font Color

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

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


#fbea25 Background Color

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

This div background color is #fbea25


#fbea25 Border Color

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

This div border color is #fbea25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea25


Comments

No comments written yet.

Please login to write comment.