Color Hex Logo

#fed770 Color Hex

#FED770
(254,215,112)
0 Favorites   0 Comments

Color spaces of #fed770

RGB 254215112
HSL0.120.990.72
HSV44°56°100°
CMYK 0.000.150.56   0.00
XYZ68.098170.841625.4139
Yxy70.84160.41430.4310
Hunter Lab84.1675-2.872541.0149
CIE-Lab87.40801.682355.1493

#fed770 color RGB value is (254,215,112).

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

The process color (four color CMYK) of #fed770 color hex is 0.00, 0.15, 0.56, 0.00. Web safe color of #fed770 is #ffcc66. Color #fed770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 01110000
Octal 376 327 160
Decimal 254 215 112
Hex FE D7 70

RGB Percentages of Color #fed770

%43.72
%37.01
%19.28

CMYK Percentages of Color #fed770

%0
%15
%56
%0

Triadic Colors of #fed770

#fed770 #70fed7 #d770fe

Analogous Colors of #fed770

#fed770 #defe70 #fe9070

Monochromatic Colors of #fed770

#fed770

Complementary Color

#fed770 #7097fe

#fed770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed770 Color CSS Codes

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

#fed770 Text Font Color

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

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


#fed770 Background Color

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

This div background color is #fed770


#fed770 Border Color

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

This div border color is #fed770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed770

Related Colors


Comments

No comments written yet.

Please login to write comment.