Color Hex Logo

#f0ed77 Color Hex

#F0ED77
(240,237,119)
0 Favorites   0 Comments

Color spaces of #f0ed77

RGB 240237119
HSL0.160.800.70
HSV59°50°94°
CMYK 0.000.010.50   0.06
XYZ69.549180.425529.3108
Yxy80.42550.38790.4486
Hunter Lab89.6803-18.509643.3980
CIE-Lab91.8754-14.418556.8546

#f0ed77 color RGB value is (240,237,119).

#f0ed77 hex color red value is 240, green value is 237 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f0ed77 hue: 0.16 , saturation: 0.80 and the lightness value of f0ed77 is 0.70.

The process color (four color CMYK) of #f0ed77 color hex is 0.00, 0.01, 0.50, 0.06. Web safe color of #f0ed77 is #ffff66. Color #f0ed77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101101 01110111
Octal 360 355 167
Decimal 240 237 119
Hex F0 ED 77

RGB Percentages of Color #f0ed77

%40.27
%39.77
%19.97

CMYK Percentages of Color #f0ed77

%0
%1
%50
%6

Triadic Colors of #f0ed77

#f0ed77 #77f0ed #ed77f0

Analogous Colors of #f0ed77

#f0ed77 #b7f077 #f0b177

Monochromatic Colors of #f0ed77

#f0ed77

Complementary Color

#f0ed77 #777af0

#f0ed77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ed77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ed77 Color CSS Codes

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

#f0ed77 Text Font Color

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

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


#f0ed77 Background Color

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

This div background color is #f0ed77


#f0ed77 Border Color

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

This div border color is #f0ed77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,237,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0ed77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0ed77;
  -webkit-box-shadow: 1px 1px 3px 2px #f0ed77;
  box-shadow:         1px 1px 3px 2px #f0ed77; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,237,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ed77


Comments

No comments written yet.

Please login to write comment.