Color Hex Logo

#feb280 Color Hex

#FEB280
(254,178,128)
0 Favorites   0 Comments

Color spaces of #feb280

RGB 254178128
HSL0.070.980.75
HSV24°50°100°
CMYK 0.000.300.50   0.00
XYZ60.689754.470127.7372
Yxy54.47010.42470.3812
Hunter Lab73.803917.625729.3801
CIE-Lab78.735122.214536.5524

#feb280 color RGB value is (254,178,128).

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

The process color (four color CMYK) of #feb280 color hex is 0.00, 0.30, 0.50, 0.00. Web safe color of #feb280 is #ff9999. Color #feb280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 10000000
Octal 376 262 200
Decimal 254 178 128
Hex FE B2 80

RGB Percentages of Color #feb280

%45.36
%31.79
%22.86

CMYK Percentages of Color #feb280

%0
%30
%50
%0

Triadic Colors of #feb280

#feb280 #80feb2 #b280fe

Analogous Colors of #feb280

#feb280 #fef180 #fe808d

Monochromatic Colors of #feb280

#feb280

Complementary Color

#feb280 #80ccfe

#feb280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb280 Color CSS Codes

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

#feb280 Text Font Color

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

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


#feb280 Background Color

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

This div background color is #feb280


#feb280 Border Color

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

This div border color is #feb280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb280


Comments

No comments written yet.

Please login to write comment.