Color Hex Logo

#efe06f Color Hex

#EFE06F
(239,224,111)
0 Favorites   0 Comments

Color spaces of #efe06f

RGB 239224111
HSL0.150.800.69
HSV53°54°94°
CMYK 0.000.060.54   0.06
XYZ65.121572.809725.6603
Yxy72.80970.39810.4451
Hunter Lab85.3286-13.096541.9001
CIE-Lab88.3569-9.023956.3886

#efe06f color RGB value is (239,224,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01101111
Octal 357 340 157
Decimal 239 224 111
Hex EF E0 6F

RGB Percentages of Color #efe06f

%41.64
%39.02
%19.34

CMYK Percentages of Color #efe06f

%0
%6
%54
%6

Triadic Colors of #efe06f

#efe06f #6fefe0 #e06fef

Analogous Colors of #efe06f

#efe06f #beef6f #efa06f

Monochromatic Colors of #efe06f

#efe06f

Complementary Color

#efe06f #6f7eef

#efe06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe06f Color CSS Codes

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

#efe06f Text Font Color

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

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


#efe06f Background Color

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

This div background color is #efe06f


#efe06f Border Color

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

This div border color is #efe06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe06f


Comments

No comments written yet.

Please login to write comment.