Color Hex Logo

#efeb91 Color Hex

#EFEB91
(239,235,145)
0 Favorites   0 Comments

Color spaces of #efeb91

RGB 239235145
HSL0.160.750.75
HSV57°39°94°
CMYK 0.000.020.39   0.06
XYZ70.415879.811738.4820
Yxy79.81170.37310.4229
Hunter Lab89.3374-15.646636.9971
CIE-Lab91.6003-11.368844.1135

#efeb91 color RGB value is (239,235,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10010001
Octal 357 353 221
Decimal 239 235 145
Hex EF EB 91

RGB Percentages of Color #efeb91

%38.61
%37.96
%23.42

CMYK Percentages of Color #efeb91

%0
%2
%39
%6

Triadic Colors of #efeb91

#efeb91 #91efeb #eb91ef

Analogous Colors of #efeb91

#efeb91 #c4ef91 #efbc91

Monochromatic Colors of #efeb91

#efeb91

Complementary Color

#efeb91 #9195ef

#efeb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb91 Color CSS Codes

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

#efeb91 Text Font Color

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

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


#efeb91 Background Color

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

This div background color is #efeb91


#efeb91 Border Color

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

This div border color is #efeb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb91


Comments

No comments written yet.

Please login to write comment.