Color Hex Logo

#fed348 Color Hex

#FED348
(254,211,72)
0 Favorites   0 Comments

Color spaces of #fed348

RGB 25421172
HSL0.130.990.64
HSV46°72°100°
CMYK 0.000.170.72   0.00
XYZ65.337068.127215.8371
Yxy68.12720.43760.4563
Hunter Lab82.5392-3.145246.4013
CIE-Lab86.07001.319070.8023

#fed348 color RGB value is (254,211,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01001000
Octal 376 323 110
Decimal 254 211 72
Hex FE D3 48

RGB Percentages of Color #fed348

%47.30
%39.29
%13.41

CMYK Percentages of Color #fed348

%0
%17
%72
%0

Triadic Colors of #fed348

#fed348 #48fed3 #d348fe

Analogous Colors of #fed348

#fed348 #cefe48 #fe7848

Monochromatic Colors of #fed348

#fed348

Complementary Color

#fed348 #4873fe

#fed348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed348 Color CSS Codes

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

#fed348 Text Font Color

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

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


#fed348 Background Color

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

This div background color is #fed348


#fed348 Border Color

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

This div border color is #fed348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed348

#fed348 Color Palettes


Comments

No comments written yet.

Please login to write comment.