Color Hex Logo

#fed827 Color Hex

#FED827
(254,216,39)
0 Favorites   0 Comments

Color spaces of #fed827

RGB 25421639
HSL0.140.990.57
HSV49°85°100°
CMYK 0.000.150.85   0.00
XYZ65.795170.329012.0265
Yxy70.32900.44410.4747
Hunter Lab83.8624-6.715250.2010
CIE-Lab87.1580-2.341681.8987

#fed827 color RGB value is (254,216,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 00100111
Octal 376 330 47
Decimal 254 216 39
Hex FE D8 27

RGB Percentages of Color #fed827

%49.90
%42.44
%7.66

CMYK Percentages of Color #fed827

%0
%15
%85
%0

Triadic Colors of #fed827

#fed827 #27fed8 #d827fe

Analogous Colors of #fed827

#fed827 #b9fe27 #fe6d27

Monochromatic Colors of #fed827

#fed827

Complementary Color

#fed827 #274dfe

#fed827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed827 Color CSS Codes

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

#fed827 Text Font Color

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

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


#fed827 Background Color

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

This div background color is #fed827


#fed827 Border Color

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

This div border color is #fed827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed827

Related Colors


Comments

No comments written yet.

Please login to write comment.