Color Hex Logo

#feb452 Color Hex

#FEB452
(254,180,82)
0 Favorites   0 Comments

Color spaces of #feb452

RGB 25418082
HSL0.090.990.66
HSV34°68°100°
CMYK 0.000.290.68   0.00
XYZ58.717354.322515.3732
Yxy54.32250.45730.4230
Hunter Lab73.703813.223239.2259
CIE-Lab78.649417.867959.0453

#feb452 color RGB value is (254,180,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01010010
Octal 376 264 122
Decimal 254 180 82
Hex FE B4 52

RGB Percentages of Color #feb452

%49.22
%34.88
%15.89

CMYK Percentages of Color #feb452

%0
%29
%68
%0

Triadic Colors of #feb452

#feb452 #52feb4 #b452fe

Analogous Colors of #feb452

#feb452 #f2fe52 #fe5e52

Monochromatic Colors of #feb452

#feb452

Complementary Color

#feb452 #529cfe

#feb452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb452 Color CSS Codes

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

#feb452 Text Font Color

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

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


#feb452 Background Color

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

This div background color is #feb452


#feb452 Border Color

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

This div border color is #feb452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb452


Comments

No comments written yet.

Please login to write comment.