Color Hex Logo

#f2e978 Color Hex

#F2E978
(242,233,120)
0 Favorites   0 Comments

Color spaces of #f2e978

RGB 242233120
HSL0.150.820.71
HSV56°50°95°
CMYK 0.000.040.50   0.05
XYZ69.147078.511129.2790
Yxy78.51110.39080.4437
Hunter Lab88.6065-15.763042.4328
CIE-Lab91.0126-11.569555.4137

#f2e978 color RGB value is (242,233,120).

#f2e978 hex color red value is 242, green value is 233 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f2e978 hue: 0.15 , saturation: 0.82 and the lightness value of f2e978 is 0.71.

The process color (four color CMYK) of #f2e978 color hex is 0.00, 0.04, 0.50, 0.05. Web safe color of #f2e978 is #ffff66. Color #f2e978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101001 01111000
Octal 362 351 170
Decimal 242 233 120
Hex F2 E9 78

RGB Percentages of Color #f2e978

%40.67
%39.16
%20.17

CMYK Percentages of Color #f2e978

%0
%4
%50
%5

Triadic Colors of #f2e978

#f2e978 #78f2e9 #e978f2

Analogous Colors of #f2e978

#f2e978 #bef278 #f2ac78

Monochromatic Colors of #f2e978

#f2e978

Complementary Color

#f2e978 #7881f2

#f2e978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2e978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2e978 Color CSS Codes

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

#f2e978 Text Font Color

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

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


#f2e978 Background Color

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

This div background color is #f2e978


#f2e978 Border Color

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

This div border color is #f2e978


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,233,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2e978; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2e978;
  -webkit-box-shadow: 1px 1px 3px 2px #f2e978;
  box-shadow:         1px 1px 3px 2px #f2e978; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,233,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2e978


Comments

No comments written yet.

Please login to write comment.