Color Hex Logo

#febc58 Color Hex

#FEBC58
(254,188,88)
0 Favorites   0 Comments

Color spaces of #febc58

RGB 25418888
HSL0.100.990.67
HSV36°65°100°
CMYK 0.000.260.65   0.00
XYZ60.617757.741917.1829
Yxy57.74190.44720.4260
Hunter Lab75.98819.415039.7846
CIE-Lab80.595114.026858.4640

#febc58 color RGB value is (254,188,88).

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

The process color (four color CMYK) of #febc58 color hex is 0.00, 0.26, 0.65, 0.00. Web safe color of #febc58 is #ffcc66. Color #febc58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 01011000
Octal 376 274 130
Decimal 254 188 88
Hex FE BC 58

RGB Percentages of Color #febc58

%47.92
%35.47
%16.60

CMYK Percentages of Color #febc58

%0
%26
%65
%0

Triadic Colors of #febc58

#febc58 #58febc #bc58fe

Analogous Colors of #febc58

#febc58 #edfe58 #fe6958

Monochromatic Colors of #febc58

#febc58

Complementary Color

#febc58 #589afe

#febc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc58 Color CSS Codes

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

#febc58 Text Font Color

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

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


#febc58 Background Color

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

This div background color is #febc58


#febc58 Border Color

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

This div border color is #febc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc58


Comments

No comments written yet.

Please login to write comment.