Color Hex Logo

#efed95 Color Hex

#EFED95
(239,237,149)
0 Favorites   0 Comments

Color spaces of #efed95

RGB 239237149
HSL0.160.740.76
HSV59°38°94°
CMYK 0.000.010.38   0.06
XYZ71.305681.089040.3273
Yxy81.08900.37000.4208
Hunter Lab90.0494-16.241436.4825
CIE-Lab92.1713-11.932142.8729

#efed95 color RGB value is (239,237,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 10010101
Octal 357 355 225
Decimal 239 237 149
Hex EF ED 95

RGB Percentages of Color #efed95

%38.24
%37.92
%23.84

CMYK Percentages of Color #efed95

%0
%1
%38
%6

Triadic Colors of #efed95

#efed95 #95efed #ed95ef

Analogous Colors of #efed95

#efed95 #c4ef95 #efc095

Monochromatic Colors of #efed95

#efed95

Complementary Color

#efed95 #9597ef

#efed95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efed95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efed95 Color CSS Codes

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

#efed95 Text Font Color

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

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


#efed95 Background Color

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

This div background color is #efed95


#efed95 Border Color

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

This div border color is #efed95


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,237,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 #efed95">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efed95


Comments

No comments written yet.

Please login to write comment.