Color Hex Logo

#feb472 Color Hex

#FEB472
(254,180,114)
0 Favorites   0 Comments

Color spaces of #feb472

RGB 254180114
HSL0.080.990.72
HSV28°55°100°
CMYK 0.000.290.55   0.00
XYZ60.231654.928323.3473
Yxy54.92830.43490.3966
Hunter Lab74.113615.366833.2020
CIE-Lab78.999919.986644.0853

#feb472 color RGB value is (254,180,114).

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

The process color (four color CMYK) of #feb472 color hex is 0.00, 0.29, 0.55, 0.00. Web safe color of #feb472 is #ffcc66. Color #feb472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01110010
Octal 376 264 162
Decimal 254 180 114
Hex FE B4 72

RGB Percentages of Color #feb472

%46.35
%32.85
%20.80

CMYK Percentages of Color #feb472

%0
%29
%55
%0

Triadic Colors of #feb472

#feb472 #72feb4 #b472fe

Analogous Colors of #feb472

#feb472 #fefa72 #fe7276

Monochromatic Colors of #feb472

#feb472

Complementary Color

#feb472 #72bcfe

#feb472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb472 Color CSS Codes

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

#feb472 Text Font Color

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

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


#feb472 Background Color

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

This div background color is #feb472


#feb472 Border Color

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

This div border color is #feb472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb472


Comments

No comments written yet.

Please login to write comment.