Color Hex Logo

#fed225 Color Hex

#FED225
(254,210,37)
0 Favorites   0 Comments

Color spaces of #fed225

RGB 25421037
HSL0.130.990.57
HSV48°85°100°
CMYK 0.000.170.85   0.00
XYZ64.253667.297611.3535
Yxy67.29760.44960.4709
Hunter Lab82.0351-3.752249.2190
CIE-Lab85.65400.659581.1301

#fed225 color RGB value is (254,210,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00100101
Octal 376 322 45
Decimal 254 210 37
Hex FE D2 25

RGB Percentages of Color #fed225

%50.70
%41.92
%7.39

CMYK Percentages of Color #fed225

%0
%17
%85
%0

Triadic Colors of #fed225

#fed225 #25fed2 #d225fe

Analogous Colors of #fed225

#fed225 #befe25 #fe6625

Monochromatic Colors of #fed225

#fed225

Complementary Color

#fed225 #2551fe

#fed225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed225 Color CSS Codes

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

#fed225 Text Font Color

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

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


#fed225 Background Color

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

This div background color is #fed225


#fed225 Border Color

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

This div border color is #fed225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed225


Comments

No comments written yet.

Please login to write comment.