Color Hex Logo

#fbec20 Color Hex

#FBEC20
(251,236,32)
0 Favorites   0 Comments

Color spaces of #fbec20

RGB 25123632
HSL0.160.960.55
HSV56°87°98°
CMYK 0.000.060.87   0.02
XYZ70.039880.604413.2332
Yxy80.60440.42740.4919
Hunter Lab89.7800-17.862254.1069
CIE-Lab91.9554-13.705987.0624

#fbec20 color RGB value is (251,236,32).

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

The process color (four color CMYK) of #fbec20 color hex is 0.00, 0.06, 0.87, 0.02. Web safe color of #fbec20 is #ffff33. Color #fbec20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 00100000
Octal 373 354 40
Decimal 251 236 32
Hex FB EC 20

RGB Percentages of Color #fbec20

%48.36
%45.47
%6.17

CMYK Percentages of Color #fbec20

%0
%6
%87
%2

Triadic Colors of #fbec20

#fbec20 #20fbec #ec20fb

Analogous Colors of #fbec20

#fbec20 #9dfb20 #fb7f20

Monochromatic Colors of #fbec20

#fbec20

Complementary Color

#fbec20 #202ffb

#fbec20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec20 Color CSS Codes

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

#fbec20 Text Font Color

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

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


#fbec20 Background Color

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

This div background color is #fbec20


#fbec20 Border Color

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

This div border color is #fbec20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec20

Related Colors


Comments

No comments written yet.

Please login to write comment.