Color Hex Logo

#feb775 Color Hex

#FEB775
(254,183,117)
0 Favorites   0 Comments

Color spaces of #feb775

RGB 254183117
HSL0.080.990.73
HSV29°54°100°
CMYK 0.000.280.54   0.00
XYZ61.017456.222224.4656
Yxy56.22220.43060.3968
Hunter Lab74.981514.039733.1414
CIE-Lab79.740118.655943.4799

#feb775 color RGB value is (254,183,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01110101
Octal 376 267 165
Decimal 254 183 117
Hex FE B7 75

RGB Percentages of Color #feb775

%45.85
%33.03
%21.12

CMYK Percentages of Color #feb775

%0
%28
%54
%0

Triadic Colors of #feb775

#feb775 #75feb7 #b775fe

Analogous Colors of #feb775

#feb775 #fefc75 #fe7578

Monochromatic Colors of #feb775

#feb775

Complementary Color

#feb775 #75bcfe

#feb775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb775 Color CSS Codes

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

#feb775 Text Font Color

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

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


#feb775 Background Color

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

This div background color is #feb775


#feb775 Border Color

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

This div border color is #feb775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb775

Related Colors


Comments

No comments written yet.

Please login to write comment.