Color Hex Logo

#fed253 Color Hex

#FED253
(254,210,83)
0 Favorites   0 Comments

Color spaces of #fed253

RGB 25421083
HSL0.120.990.66
HSV45°67°100°
CMYK 0.000.170.67   0.00
XYZ65.481067.788617.8169
Yxy67.78860.43340.4487
Hunter Lab82.3338-2.121244.8034
CIE-Lab85.90062.373066.2983

#fed253 color RGB value is (254,210,83).

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

The process color (four color CMYK) of #fed253 color hex is 0.00, 0.17, 0.67, 0.00. Web safe color of #fed253 is #ffcc66. Color #fed253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01010011
Octal 376 322 123
Decimal 254 210 83
Hex FE D2 53

RGB Percentages of Color #fed253

%46.44
%38.39
%15.17

CMYK Percentages of Color #fed253

%0
%17
%67
%0

Triadic Colors of #fed253

#fed253 #53fed2 #d253fe

Analogous Colors of #fed253

#fed253 #d5fe53 #fe7d53

Monochromatic Colors of #fed253

#fed253

Complementary Color

#fed253 #537ffe

#fed253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed253 Color CSS Codes

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

#fed253 Text Font Color

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

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


#fed253 Background Color

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

This div background color is #fed253


#fed253 Border Color

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

This div border color is #fed253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed253

Related Colors


Comments

No comments written yet.

Please login to write comment.