Color Hex Logo

#fed273 Color Hex

#FED273
(254,210,115)
0 Favorites   0 Comments

Color spaces of #fed273

RGB 254210115
HSL0.110.990.72
HSV41°55°100°
CMYK 0.000.170.55   0.00
XYZ67.014268.401825.8905
Yxy68.40180.41540.4240
Hunter Lab82.7054-0.100139.3333
CIE-Lab86.20704.472752.3135

#fed273 color RGB value is (254,210,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01110011
Octal 376 322 163
Decimal 254 210 115
Hex FE D2 73

RGB Percentages of Color #fed273

%43.87
%36.27
%19.86

CMYK Percentages of Color #fed273

%0
%17
%55
%0

Triadic Colors of #fed273

#fed273 #73fed2 #d273fe

Analogous Colors of #fed273

#fed273 #e5fe73 #fe8d73

Monochromatic Colors of #fed273

#fed273

Complementary Color

#fed273 #739ffe

#fed273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed273 Color CSS Codes

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

#fed273 Text Font Color

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

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


#fed273 Background Color

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

This div background color is #fed273


#fed273 Border Color

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

This div border color is #fed273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed273


Comments

No comments written yet.

Please login to write comment.