Color Hex Logo

#efea92 Color Hex

#EFEA92
(239,234,146)
0 Favorites   0 Comments

Color spaces of #efea92

RGB 239234146
HSL0.160.740.75
HSV57°39°94°
CMYK 0.000.020.39   0.06
XYZ70.207779.271738.7948
Yxy79.27170.37290.4210
Hunter Lab89.0347-15.055636.4900
CIE-Lab91.3571-10.766543.3121

#efea92 color RGB value is (239,234,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10010010
Octal 357 352 222
Decimal 239 234 146
Hex EF EA 92

RGB Percentages of Color #efea92

%38.61
%37.80
%23.59

CMYK Percentages of Color #efea92

%0
%2
%39
%6

Triadic Colors of #efea92

#efea92 #92efea #ea92ef

Analogous Colors of #efea92

#efea92 #c6ef92 #efbc92

Monochromatic Colors of #efea92

#efea92

Complementary Color

#efea92 #9297ef

#efea92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea92 Color CSS Codes

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

#efea92 Text Font Color

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

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


#efea92 Background Color

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

This div background color is #efea92


#efea92 Border Color

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

This div border color is #efea92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea92


Comments

No comments written yet.

Please login to write comment.