Color Hex Logo

#feb381 Color Hex

#FEB381
(254,179,129)
0 Favorites   0 Comments

Color spaces of #feb381

RGB 254179129
HSL0.070.980.75
HSV24°49°100°
CMYK 0.000.300.49   0.00
XYZ60.955654.896028.1522
Yxy54.89600.42330.3812
Hunter Lab74.091817.191829.3362
CIE-Lab78.981321.780836.3478

#feb381 color RGB value is (254,179,129).

#feb381 hex color red value is 254, green value is 179 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #feb381 hue: 0.07 , saturation: 0.98 and the lightness value of feb381 is 0.75.

The process color (four color CMYK) of #feb381 color hex is 0.00, 0.30, 0.49, 0.00. Web safe color of #feb381 is #ffcc99. Color #feb381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 10000001
Octal 376 263 201
Decimal 254 179 129
Hex FE B3 81

RGB Percentages of Color #feb381

%45.20
%31.85
%22.95

CMYK Percentages of Color #feb381

%0
%30
%49
%0

Triadic Colors of #feb381

#feb381 #81feb3 #b381fe

Analogous Colors of #feb381

#feb381 #fef281 #fe818e

Monochromatic Colors of #feb381

#feb381

Complementary Color

#feb381 #81ccfe

#feb381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb381 Color CSS Codes

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

#feb381 Text Font Color

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

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


#feb381 Background Color

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

This div background color is #feb381


#feb381 Border Color

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

This div border color is #feb381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb381

Related Colors


Comments

No comments written yet.

Please login to write comment.