Color Hex Logo

#efe47a Color Hex

#EFE47A
(239,228,122)
0 Favorites   0 Comments

Color spaces of #efe47a

RGB 239228122
HSL0.150.790.71
HSV54°49°94°
CMYK 0.000.050.49   0.06
XYZ66.852975.242729.4121
Yxy75.24270.38980.4387
Hunter Lab86.7426-14.228740.6161
CIE-Lab89.5066-10.107052.6217

#efe47a color RGB value is (239,228,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 01111010
Octal 357 344 172
Decimal 239 228 122
Hex EF E4 7A

RGB Percentages of Color #efe47a

%40.58
%38.71
%20.71

CMYK Percentages of Color #efe47a

%0
%5
%49
%6

Triadic Colors of #efe47a

#efe47a #7aefe4 #e47aef

Analogous Colors of #efe47a

#efe47a #c0ef7a #efaa7a

Monochromatic Colors of #efe47a

#efe47a

Complementary Color

#efe47a #7a85ef

#efe47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe47a Color CSS Codes

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

#efe47a Text Font Color

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

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


#efe47a Background Color

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

This div background color is #efe47a


#efe47a Border Color

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

This div border color is #efe47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe47a


Comments

No comments written yet.

Please login to write comment.