Color Hex Logo

#febb10 Color Hex

#FEBB10
(254,187,16)
0 Favorites   0 Comments

Color spaces of #febb10

RGB 25418716
HSL0.120.990.53
HSV43°94°100°
CMYK 0.000.260.94   0.00
XYZ58.736956.64898.3288
Yxy56.64890.47480.4579
Hunter Lab75.26557.586246.1249
CIE-Lab79.981712.172680.5864

#febb10 color RGB value is (254,187,16).

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

The process color (four color CMYK) of #febb10 color hex is 0.00, 0.26, 0.94, 0.00. Web safe color of #febb10 is #ffcc00. Color #febb10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 00010000
Octal 376 273 20
Decimal 254 187 16
Hex FE BB 10

RGB Percentages of Color #febb10

%55.58
%40.92
%3.50

CMYK Percentages of Color #febb10

%0
%26
%94
%0

Triadic Colors of #febb10

#febb10 #10febb #bb10fe

Analogous Colors of #febb10

#febb10 #cafe10 #fe4410

Monochromatic Colors of #febb10

#febb10

Complementary Color

#febb10 #1053fe

#febb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb10 Color CSS Codes

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

#febb10 Text Font Color

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

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


#febb10 Background Color

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

This div background color is #febb10


#febb10 Border Color

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

This div border color is #febb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb10


Comments

No comments written yet.

Please login to write comment.