Color Hex Logo

#efe47f Color Hex

#EFE47F
(239,228,127)
0 Favorites   0 Comments

Color spaces of #efe47f

RGB 239228127
HSL0.150.780.72
HSV54°47°94°
CMYK 0.000.050.47   0.06
XYZ67.170875.369831.0862
Yxy75.36980.38690.4341
Hunter Lab86.8158-13.819239.5410
CIE-Lab89.5659-9.659250.3163

#efe47f color RGB value is (239,228,127).

#efe47f hex color red value is 239, green value is 228 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #efe47f hue: 0.15 , saturation: 0.78 and the lightness value of efe47f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 01111111
Octal 357 344 177
Decimal 239 228 127
Hex EF E4 7F

RGB Percentages of Color #efe47f

%40.24
%38.38
%21.38

CMYK Percentages of Color #efe47f

%0
%5
%47
%6

Triadic Colors of #efe47f

#efe47f #7fefe4 #e47fef

Analogous Colors of #efe47f

#efe47f #c2ef7f #efac7f

Monochromatic Colors of #efe47f

#efe47f

Complementary Color

#efe47f #7f8aef

#efe47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe47f Color CSS Codes

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

#efe47f Text Font Color

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

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


#efe47f Background Color

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

This div background color is #efe47f


#efe47f Border Color

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

This div border color is #efe47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe47f


Comments

No comments written yet.

Please login to write comment.