Color Hex Logo

#efe070 Color Hex

#EFE070
(239,224,112)
0 Favorites   0 Comments

Color spaces of #efe070

RGB 239224112
HSL0.150.800.69
HSV53°53°94°
CMYK 0.000.060.53   0.06
XYZ65.176972.831925.9520
Yxy72.83190.39750.4442
Hunter Lab85.3416-13.024241.7093
CIE-Lab88.3675-8.944655.9405

#efe070 color RGB value is (239,224,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01110000
Octal 357 340 160
Decimal 239 224 112
Hex EF E0 70

RGB Percentages of Color #efe070

%41.57
%38.96
%19.48

CMYK Percentages of Color #efe070

%0
%6
%53
%6

Triadic Colors of #efe070

#efe070 #70efe0 #e070ef

Analogous Colors of #efe070

#efe070 #bfef70 #efa170

Monochromatic Colors of #efe070

#efe070

Complementary Color

#efe070 #707fef

#efe070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe070 Color CSS Codes

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

#efe070 Text Font Color

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

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


#efe070 Background Color

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

This div background color is #efe070


#efe070 Border Color

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

This div border color is #efe070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe070


Comments

No comments written yet.

Please login to write comment.