Color Hex Logo

#efeb95 Color Hex

#EFEB95
(239,235,149)
0 Favorites   0 Comments

Color spaces of #efeb95

RGB 239235149
HSL0.160.740.76
HSV57°38°94°
CMYK 0.000.020.38   0.06
XYZ70.729779.937340.1354
Yxy79.93730.37070.4190
Hunter Lab89.4077-15.253535.9699
CIE-Lab91.6567-10.940642.2139

#efeb95 color RGB value is (239,235,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10010101
Octal 357 353 225
Decimal 239 235 149
Hex EF EB 95

RGB Percentages of Color #efeb95

%38.36
%37.72
%23.92

CMYK Percentages of Color #efeb95

%0
%2
%38
%6

Triadic Colors of #efeb95

#efeb95 #95efeb #eb95ef

Analogous Colors of #efeb95

#efeb95 #c6ef95 #efbe95

Monochromatic Colors of #efeb95

#efeb95

Complementary Color

#efeb95 #9599ef

#efeb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb95 Color CSS Codes

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

#efeb95 Text Font Color

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

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


#efeb95 Background Color

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

This div background color is #efeb95


#efeb95 Border Color

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

This div border color is #efeb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb95


Comments

No comments written yet.

Please login to write comment.