Color Hex Logo

#fedd25 Color Hex

#FEDD25
(254,221,37)
0 Favorites   0 Comments

Color spaces of #fedd25

RGB 25422137
HSL0.140.990.57
HSV51°85°100°
CMYK 0.000.130.85   0.00
XYZ67.063472.917312.2901
Yxy72.91730.44040.4789
Hunter Lab85.3916-9.248151.2407
CIE-Lab88.4083-4.906883.3583

#fedd25 color RGB value is (254,221,37).

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

The process color (four color CMYK) of #fedd25 color hex is 0.00, 0.13, 0.85, 0.00. Web safe color of #fedd25 is #ffcc33. Color #fedd25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 00100101
Octal 376 335 45
Decimal 254 221 37
Hex FE DD 25

RGB Percentages of Color #fedd25

%49.61
%43.16
%7.23

CMYK Percentages of Color #fedd25

%0
%13
%85
%0

Triadic Colors of #fedd25

#fedd25 #25fedd #dd25fe

Analogous Colors of #fedd25

#fedd25 #b3fe25 #fe7125

Monochromatic Colors of #fedd25

#fedd25

Complementary Color

#fedd25 #2546fe

#fedd25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd25 Color CSS Codes

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

#fedd25 Text Font Color

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

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


#fedd25 Background Color

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

This div background color is #fedd25


#fedd25 Border Color

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

This div border color is #fedd25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd25

Related Colors


Comments

No comments written yet.

Please login to write comment.