Color Hex Logo

#fed653 Color Hex

#FED653
(254,214,83)
0 Favorites   0 Comments

Color spaces of #fed653

RGB 25421483
HSL0.130.990.66
HSV46°67°100°
CMYK 0.000.160.67   0.00
XYZ66.481069.788518.1502
Yxy69.78850.43050.4519
Hunter Lab83.5395-4.143345.5960
CIE-Lab86.89300.332167.3314

#fed653 color RGB value is (254,214,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01010011
Octal 376 326 123
Decimal 254 214 83
Hex FE D6 53

RGB Percentages of Color #fed653

%46.10
%38.84
%15.06

CMYK Percentages of Color #fed653

%0
%16
%67
%0

Triadic Colors of #fed653

#fed653 #53fed6 #d653fe

Analogous Colors of #fed653

#fed653 #d1fe53 #fe8153

Monochromatic Colors of #fed653

#fed653

Complementary Color

#fed653 #537bfe

#fed653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed653 Color CSS Codes

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

#fed653 Text Font Color

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

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


#fed653 Background Color

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

This div background color is #fed653


#fed653 Border Color

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

This div border color is #fed653


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,214,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 #fed653">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed653


Comments

No comments written yet.

Please login to write comment.