Color Hex Logo

#fedd52 Color Hex

#FEDD52
(254,221,82)
0 Favorites   0 Comments

Color spaces of #fedd52

RGB 25422182
HSL0.130.990.66
HSV48°68°100°
CMYK 0.000.130.68   0.00
XYZ68.252573.392918.5516
Yxy73.39290.42610.4581
Hunter Lab85.6697-7.712047.1296
CIE-Lab88.6348-3.267669.5289

#fedd52 color RGB value is (254,221,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01010010
Octal 376 335 122
Decimal 254 221 82
Hex FE DD 52

RGB Percentages of Color #fedd52

%45.60
%39.68
%14.72

CMYK Percentages of Color #fedd52

%0
%13
%68
%0

Triadic Colors of #fedd52

#fedd52 #52fedd #dd52fe

Analogous Colors of #fedd52

#fedd52 #c9fe52 #fe8752

Monochromatic Colors of #fedd52

#fedd52

Complementary Color

#fedd52 #5273fe

#fedd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd52 Color CSS Codes

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

#fedd52 Text Font Color

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

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


#fedd52 Background Color

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

This div background color is #fedd52


#fedd52 Border Color

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

This div border color is #fedd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd52

Related Colors

#fedd52 Color Palettes


Comments

No comments written yet.

Please login to write comment.