Color Hex Logo

#fed052 Color Hex

#FED052
(254,208,82)
0 Favorites   0 Comments

Color spaces of #fed052

RGB 25420882
HSL0.120.990.66
HSV44°68°100°
CMYK 0.000.180.68   0.00
XYZ64.951966.791817.4514
Yxy66.79180.43530.4477
Hunter Lab81.7263-1.158144.5479
CIE-Lab85.39873.343966.1861

#fed052 color RGB value is (254,208,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01010010
Octal 376 320 122
Decimal 254 208 82
Hex FE D0 52

RGB Percentages of Color #fed052

%46.69
%38.24
%15.07

CMYK Percentages of Color #fed052

%0
%18
%68
%0

Triadic Colors of #fed052

#fed052 #52fed0 #d052fe

Analogous Colors of #fed052

#fed052 #d6fe52 #fe7a52

Monochromatic Colors of #fed052

#fed052

Complementary Color

#fed052 #5280fe

#fed052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed052 Color CSS Codes

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

#fed052 Text Font Color

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

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


#fed052 Background Color

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

This div background color is #fed052


#fed052 Border Color

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

This div border color is #fed052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed052


Comments

No comments written yet.

Please login to write comment.