Color Hex Logo

#fbef32 Color Hex

#FBEF32
(251,239,50)
0 Favorites   0 Comments

Color spaces of #fbef32

RGB 25123950
HSL0.160.960.59
HSV56°80°98°
CMYK 0.000.050.80   0.02
XYZ71.225982.472515.1824
Yxy82.47250.42180.4883
Hunter Lab90.8144-18.927253.6579
CIE-Lab92.7830-14.738283.8462

#fbef32 color RGB value is (251,239,50).

#fbef32 hex color red value is 251, green value is 239 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fbef32 hue: 0.16 , saturation: 0.96 and the lightness value of fbef32 is 0.59.

The process color (four color CMYK) of #fbef32 color hex is 0.00, 0.05, 0.80, 0.02. Web safe color of #fbef32 is #ffff33. Color #fbef32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 00110010
Octal 373 357 62
Decimal 251 239 50
Hex FB EF 32

RGB Percentages of Color #fbef32

%46.48
%44.26
%9.26

CMYK Percentages of Color #fbef32

%0
%5
%80
%2

Triadic Colors of #fbef32

#fbef32 #32fbef #ef32fb

Analogous Colors of #fbef32

#fbef32 #a3fb32 #fb8b32

Monochromatic Colors of #fbef32

#fbef32

Complementary Color

#fbef32 #323efb

#fbef32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbef32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbef32 Color CSS Codes

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

#fbef32 Text Font Color

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

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


#fbef32 Background Color

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

This div background color is #fbef32


#fbef32 Border Color

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

This div border color is #fbef32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbef32


Comments

No comments written yet.

Please login to write comment.