Color Hex Logo

#efe078 Color Hex

#EFE078
(239,224,120)
0 Favorites   0 Comments

Color spaces of #efe078

RGB 239224120
HSL0.150.790.70
HSV52°50°94°
CMYK 0.000.060.50   0.06
XYZ65.642473.018128.4035
Yxy73.01810.39290.4371
Hunter Lab85.4506-12.416540.1076
CIE-Lab88.4563-8.280452.3061

#efe078 color RGB value is (239,224,120).

#efe078 hex color red value is 239, green value is 224 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #efe078 hue: 0.15 , saturation: 0.79 and the lightness value of efe078 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01111000
Octal 357 340 170
Decimal 239 224 120
Hex EF E0 78

RGB Percentages of Color #efe078

%40.99
%38.42
%20.58

CMYK Percentages of Color #efe078

%0
%6
%50
%6

Triadic Colors of #efe078

#efe078 #78efe0 #e078ef

Analogous Colors of #efe078

#efe078 #c3ef78 #efa578

Monochromatic Colors of #efe078

#efe078

Complementary Color

#efe078 #7887ef

#efe078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe078 Color CSS Codes

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

#efe078 Text Font Color

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

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


#efe078 Background Color

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

This div background color is #efe078


#efe078 Border Color

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

This div border color is #efe078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe078


Comments

No comments written yet.

Please login to write comment.