Color Hex Logo

#febf75 Color Hex

#FEBF75
(254,191,117)
0 Favorites   0 Comments

Color spaces of #febf75

RGB 254191117
HSL0.090.990.73
HSV32°54°100°
CMYK 0.000.250.54   0.00
XYZ62.714759.616825.0314
Yxy59.61680.42560.4046
Hunter Lab77.21199.864234.8271
CIE-Lab81.629514.475045.8072

#febf75 color RGB value is (254,191,117).

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

The process color (four color CMYK) of #febf75 color hex is 0.00, 0.25, 0.54, 0.00. Web safe color of #febf75 is #ffcc66. Color #febf75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01110101
Octal 376 277 165
Decimal 254 191 117
Hex FE BF 75

RGB Percentages of Color #febf75

%45.20
%33.99
%20.82

CMYK Percentages of Color #febf75

%0
%25
%54
%0

Triadic Colors of #febf75

#febf75 #75febf #bf75fe

Analogous Colors of #febf75

#febf75 #f9fe75 #fe7b75

Monochromatic Colors of #febf75

#febf75

Complementary Color

#febf75 #75b4fe

#febf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf75 Color CSS Codes

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

#febf75 Text Font Color

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

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


#febf75 Background Color

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

This div background color is #febf75


#febf75 Border Color

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

This div border color is #febf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf75


Comments

No comments written yet.

Please login to write comment.