Color Hex Logo

#febb4b Color Hex

#FEBB4B
(254,187,75)
0 Favorites   0 Comments

Color spaces of #febb4b

RGB 25418775
HSL0.100.990.65
HSV38°70°100°
CMYK 0.000.260.70   0.00
XYZ59.913457.119514.5240
Yxy57.11950.45540.4342
Hunter Lab75.57749.243941.5102
CIE-Lab80.246813.854863.7534

#febb4b color RGB value is (254,187,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 01001011
Octal 376 273 113
Decimal 254 187 75
Hex FE BB 4B

RGB Percentages of Color #febb4b

%49.22
%36.24
%14.53

CMYK Percentages of Color #febb4b

%0
%26
%70
%0

Triadic Colors of #febb4b

#febb4b #4bfebb #bb4bfe

Analogous Colors of #febb4b

#febb4b #e8fe4b #fe614b

Monochromatic Colors of #febb4b

#febb4b

Complementary Color

#febb4b #4b8efe

#febb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb4b Color CSS Codes

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

#febb4b Text Font Color

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

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


#febb4b Background Color

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

This div background color is #febb4b


#febb4b Border Color

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

This div border color is #febb4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,187,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 #febb4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb4b


Comments

No comments written yet.

Please login to write comment.