Color Hex Logo

#efea94 Color Hex

#EFEA94
(239,234,148)
0 Favorites   0 Comments

Color spaces of #efea94

RGB 239234148
HSL0.160.740.76
HSV57°38°94°
CMYK 0.000.020.38   0.06
XYZ70.364779.334539.6214
Yxy79.33450.37170.4190
Hunter Lab89.0699-14.858435.9747
CIE-Lab91.3854-10.552042.3610

#efea94 color RGB value is (239,234,148).

#efea94 hex color red value is 239, green value is 234 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #efea94 hue: 0.16 , saturation: 0.74 and the lightness value of efea94 is 0.76.

The process color (four color CMYK) of #efea94 color hex is 0.00, 0.02, 0.38, 0.06. Web safe color of #efea94 is #ffff99. Color #efea94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10010100
Octal 357 352 224
Decimal 239 234 148
Hex EF EA 94

RGB Percentages of Color #efea94

%38.49
%37.68
%23.83

CMYK Percentages of Color #efea94

%0
%2
%38
%6

Triadic Colors of #efea94

#efea94 #94efea #ea94ef

Analogous Colors of #efea94

#efea94 #c7ef94 #efbd94

Monochromatic Colors of #efea94

#efea94

Complementary Color

#efea94 #9499ef

#efea94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea94 Color CSS Codes

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

#efea94 Text Font Color

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

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


#efea94 Background Color

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

This div background color is #efea94


#efea94 Border Color

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

This div border color is #efea94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea94


Comments

No comments written yet.

Please login to write comment.