Color Hex Logo

#efe071 Color Hex

#EFE071
(239,224,113)
0 Favorites   0 Comments

Color spaces of #efe071

RGB 239224113
HSL0.150.800.69
HSV53°53°94°
CMYK 0.000.060.53   0.06
XYZ65.232972.854326.2469
Yxy72.85430.39700.4433
Hunter Lab85.3547-12.951041.5164
CIE-Lab88.3782-8.864555.4911

#efe071 color RGB value is (239,224,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01110001
Octal 357 340 161
Decimal 239 224 113
Hex EF E0 71

RGB Percentages of Color #efe071

%41.49
%38.89
%19.62

CMYK Percentages of Color #efe071

%0
%6
%53
%6

Triadic Colors of #efe071

#efe071 #71efe0 #e071ef

Analogous Colors of #efe071

#efe071 #bfef71 #efa171

Monochromatic Colors of #efe071

#efe071

Complementary Color

#efe071 #7180ef

#efe071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe071 Color CSS Codes

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

#efe071 Text Font Color

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

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


#efe071 Background Color

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

This div background color is #efe071


#efe071 Border Color

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

This div border color is #efe071


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,224,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe071


Comments

No comments written yet.

Please login to write comment.