Color Hex Logo

#febc33 Color Hex

#FEBC33
(254,188,51)
0 Favorites   0 Comments

Color spaces of #febc33

RGB 25418851
HSL0.110.990.60
HSV40°80°100°
CMYK 0.000.260.80   0.00
XYZ59.453857.276311.0538
Yxy57.27630.46530.4482
Hunter Lab75.68117.784644.3170
CIE-Lab80.334712.376572.7946

#febc33 color RGB value is (254,188,51).

#febc33 hex color red value is 254, green value is 188 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #febc33 hue: 0.11 , saturation: 0.99 and the lightness value of febc33 is 0.60.

The process color (four color CMYK) of #febc33 color hex is 0.00, 0.26, 0.80, 0.00. Web safe color of #febc33 is #ffcc33. Color #febc33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 00110011
Octal 376 274 63
Decimal 254 188 51
Hex FE BC 33

RGB Percentages of Color #febc33

%51.52
%38.13
%10.34

CMYK Percentages of Color #febc33

%0
%26
%80
%0

Triadic Colors of #febc33

#febc33 #33febc #bc33fe

Analogous Colors of #febc33

#febc33 #dbfe33 #fe5633

Monochromatic Colors of #febc33

#febc33

Complementary Color

#febc33 #3375fe

#febc33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc33 Color CSS Codes

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

#febc33 Text Font Color

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

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


#febc33 Background Color

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

This div background color is #febc33


#febc33 Border Color

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

This div border color is #febc33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,188,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #febc33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #febc33;
  -webkit-box-shadow: 1px 1px 3px 2px #febc33;
  box-shadow:         1px 1px 3px 2px #febc33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,188,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc33


Comments

No comments written yet.

Please login to write comment.