Color Hex Logo

#febf22 Color Hex

#FEBF22
(254,191,34)
0 Favorites   0 Comments

Color spaces of #febf22

RGB 25419134
HSL0.120.990.56
HSV43°87°100°
CMYK 0.000.250.87   0.00
XYZ59.792658.44799.6435
Yxy58.44790.46760.4570
Hunter Lab76.45125.815446.0371
CIE-Lab80.987210.375178.0692

#febf22 color RGB value is (254,191,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00100010
Octal 376 277 42
Decimal 254 191 34
Hex FE BF 22

RGB Percentages of Color #febf22

%53.03
%39.87
%7.10

CMYK Percentages of Color #febf22

%0
%25
%87
%0

Triadic Colors of #febf22

#febf22 #22febf #bf22fe

Analogous Colors of #febf22

#febf22 #cffe22 #fe5122

Monochromatic Colors of #febf22

#febf22

Complementary Color

#febf22 #2261fe

#febf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf22 Color CSS Codes

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

#febf22 Text Font Color

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

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


#febf22 Background Color

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

This div background color is #febf22


#febf22 Border Color

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

This div border color is #febf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf22


Comments

No comments written yet.

Please login to write comment.