Color Hex Logo

#fed735 Color Hex

#FED735
(254,215,53)
0 Favorites   0 Comments

Color spaces of #fed735

RGB 25421553
HSL0.130.990.60
HSV48°79°100°
CMYK 0.000.150.79   0.00
XYZ65.816169.928713.3969
Yxy69.92870.44130.4689
Hunter Lab83.6234-5.851849.0378
CIE-Lab86.9619-1.449378.0461

#fed735 color RGB value is (254,215,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00110101
Octal 376 327 65
Decimal 254 215 53
Hex FE D7 35

RGB Percentages of Color #fed735

%48.66
%41.19
%10.15

CMYK Percentages of Color #fed735

%0
%15
%79
%0

Triadic Colors of #fed735

#fed735 #35fed7 #d735fe

Analogous Colors of #fed735

#fed735 #c1fe35 #fe7335

Monochromatic Colors of #fed735

#fed735

Complementary Color

#fed735 #355cfe

#fed735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed735 Color CSS Codes

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

#fed735 Text Font Color

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

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


#fed735 Background Color

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

This div background color is #fed735


#fed735 Border Color

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

This div border color is #fed735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed735


Comments

No comments written yet.

Please login to write comment.