Color Hex Logo

#feb058 Color Hex

#FEB058
(254,176,88)
0 Favorites   0 Comments

Color spaces of #feb058

RGB 25417688
HSL0.090.990.67
HSV32°65°100°
CMYK 0.000.310.65   0.00
XYZ58.159852.826116.3636
Yxy52.82610.45670.4148
Hunter Lab72.681615.643037.5285
CIE-Lab77.772220.296955.3429

#feb058 color RGB value is (254,176,88).

#feb058 hex color red value is 254, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #feb058 hue: 0.09 , saturation: 0.99 and the lightness value of feb058 is 0.67.

The process color (four color CMYK) of #feb058 color hex is 0.00, 0.31, 0.65, 0.00. Web safe color of #feb058 is #ff9966. Color #feb058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01011000
Octal 376 260 130
Decimal 254 176 88
Hex FE B0 58

RGB Percentages of Color #feb058

%49.03
%33.98
%16.99

CMYK Percentages of Color #feb058

%0
%31
%65
%0

Triadic Colors of #feb058

#feb058 #58feb0 #b058fe

Analogous Colors of #feb058

#feb058 #f9fe58 #fe5d58

Monochromatic Colors of #feb058

#feb058

Complementary Color

#feb058 #58a6fe

#feb058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb058 Color CSS Codes

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

#feb058 Text Font Color

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

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


#feb058 Background Color

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

This div background color is #feb058


#feb058 Border Color

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

This div border color is #feb058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb058


Comments

No comments written yet.

Please login to write comment.