Color Hex Logo

#febf4b Color Hex

#FEBF4B
(254,191,75)
0 Favorites   0 Comments

Color spaces of #febf4b

RGB 25419175
HSL0.110.990.65
HSV39°70°100°
CMYK 0.000.250.70   0.00
XYZ60.773958.840414.8108
Yxy58.84040.45210.4377
Hunter Lab76.70757.184142.2474
CIE-Lab81.203811.772464.7352

#febf4b color RGB value is (254,191,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01001011
Octal 376 277 113
Decimal 254 191 75
Hex FE BF 4B

RGB Percentages of Color #febf4b

%48.85
%36.73
%14.42

CMYK Percentages of Color #febf4b

%0
%25
%70
%0

Triadic Colors of #febf4b

#febf4b #4bfebf #bf4bfe

Analogous Colors of #febf4b

#febf4b #e4fe4b #fe664b

Monochromatic Colors of #febf4b

#febf4b

Complementary Color

#febf4b #4b8afe

#febf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf4b Color CSS Codes

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

#febf4b Text Font Color

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

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


#febf4b Background Color

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

This div background color is #febf4b


#febf4b Border Color

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

This div border color is #febf4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf4b


Comments

No comments written yet.

Please login to write comment.