Color Hex Logo

#febd21 Color Hex

#FEBD21
(254,189,33)
0 Favorites   0 Comments

Color spaces of #febd21

RGB 25418933
HSL0.120.990.56
HSV42°87°100°
CMYK 0.000.260.87   0.00
XYZ59.345257.57589.4243
Yxy57.57580.46970.4557
Hunter Lab75.87876.818245.7512
CIE-Lab80.502411.393577.9140

#febd21 color RGB value is (254,189,33).

#febd21 hex color red value is 254, green value is 189 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #febd21 hue: 0.12 , saturation: 0.99 and the lightness value of febd21 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 00100001
Octal 376 275 41
Decimal 254 189 33
Hex FE BD 21

RGB Percentages of Color #febd21

%53.36
%39.71
%6.93

CMYK Percentages of Color #febd21

%0
%26
%87
%0

Triadic Colors of #febd21

#febd21 #21febd #bd21fe

Analogous Colors of #febd21

#febd21 #d1fe21 #fe4f21

Monochromatic Colors of #febd21

#febd21

Complementary Color

#febd21 #2162fe

#febd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd21 Color CSS Codes

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

#febd21 Text Font Color

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

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


#febd21 Background Color

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

This div background color is #febd21


#febd21 Border Color

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

This div border color is #febd21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd21


Comments

No comments written yet.

Please login to write comment.