color codes Logo

#febd5c color codes

#FEBD5C
(254,189,92)
0 Favorites   0 Comments

Color spaces of #febd5c

RGB 25418992
HSL0.100.990.68
HSV36°64°100°
CMYK 0.000.260.64   0.00
XYZ61.002458.238718.1512
Yxy58.23870.44400.4239
Hunter Lab76.31439.135339.3180
CIE-Lab80.871313.744656.9471

#febd5c color RGB value is (254,189,92).

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

The process color (four color CMYK) of #febd5c color code is 0.00, 0.26, 0.64, 0.00. Web safe color of #febd5c is #ffcc66. Color #febd5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 01011100
Octal 376 275 134
Decimal 254 189 92
Hex FE BD 5C

RGB Percentages of Color #febd5c

%47.48
%35.33
%17.20

CMYK Percentages of Color #febd5c

%0
%26
%64
%0

Triadic Colors of #febd5c

#febd5c #5cfebd #bd5cfe

Analogous Colors of #febd5c

#febd5c #eefe5c #fe6c5c

Monochromatic Colors of #febd5c

#febd5c

Complementary Color

#febd5c #5c9dfe

#febd5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd5c Color CSS Codes

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

#febd5c Text Font Color

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

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


#febd5c Background Color

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

This div background color is #febd5c


#febd5c Border Color

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

This div border color is #febd5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd5c

Related Colors


Comments

No comments written yet.

Please login to write comment.