Color Hex Logo

#efe370 Color Hex

#EFE370
(239,227,112)
0 Favorites   0 Comments

Color spaces of #efe370

RGB 239227112
HSL0.150.800.69
HSV54°53°94°
CMYK 0.000.050.53   0.06
XYZ65.990374.458726.2231
Yxy74.45870.39590.4467
Hunter Lab86.2895-14.497842.3846
CIE-Lab89.1388-10.442856.8402

#efe370 color RGB value is (239,227,112).

#efe370 hex color red value is 239, green value is 227 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efe370 hue: 0.15 , saturation: 0.80 and the lightness value of efe370 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 01110000
Octal 357 343 160
Decimal 239 227 112
Hex EF E3 70

RGB Percentages of Color #efe370

%41.35
%39.27
%19.38

CMYK Percentages of Color #efe370

%0
%5
%53
%6

Triadic Colors of #efe370

#efe370 #70efe3 #e370ef

Analogous Colors of #efe370

#efe370 #bcef70 #efa470

Monochromatic Colors of #efe370

#efe370

Complementary Color

#efe370 #707cef

#efe370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe370 Color CSS Codes

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

#efe370 Text Font Color

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

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


#efe370 Background Color

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

This div background color is #efe370


#efe370 Border Color

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

This div border color is #efe370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe370


Comments

No comments written yet.

Please login to write comment.