Color Hex Logo

#efea93 Color Hex

#EFEA93
(239,234,147)
0 Favorites   0 Comments

Color spaces of #efea93

RGB 239234147
HSL0.160.740.76
HSV57°38°94°
CMYK 0.000.020.38   0.06
XYZ70.285979.302939.2063
Yxy79.30290.37230.4200
Hunter Lab89.0522-14.957236.2334
CIE-Lab91.3712-10.659542.8368

#efea93 color RGB value is (239,234,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10010011
Octal 357 352 223
Decimal 239 234 147
Hex EF EA 93

RGB Percentages of Color #efea93

%38.55
%37.74
%23.71

CMYK Percentages of Color #efea93

%0
%2
%38
%6

Triadic Colors of #efea93

#efea93 #93efea #ea93ef

Analogous Colors of #efea93

#efea93 #c6ef93 #efbc93

Monochromatic Colors of #efea93

#efea93

Complementary Color

#efea93 #9398ef

#efea93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea93 Color CSS Codes

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

#efea93 Text Font Color

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

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


#efea93 Background Color

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

This div background color is #efea93


#efea93 Border Color

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

This div border color is #efea93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea93


Comments

No comments written yet.

Please login to write comment.