Color Hex Logo

#efedaf Color Hex

#EFEDAF
(239,237,175)
0 Favorites   0 Comments

Color spaces of #efedaf

RGB 239237175
HSL0.160.670.81
HSV58°27°94°
CMYK 0.000.010.27   0.06
XYZ73.618782.014252.5077
Yxy82.01420.35370.3940
Hunter Lab90.5617-13.378129.0168
CIE-Lab92.5811-8.838330.3710

#efedaf color RGB value is (239,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 10101111
Octal 357 355 257
Decimal 239 237 175
Hex EF ED AF

RGB Percentages of Color #efedaf

%36.71
%36.41
%26.88

CMYK Percentages of Color #efedaf

%0
%1
%27
%6

Triadic Colors of #efedaf

#efedaf #afefed #edafef

Analogous Colors of #efedaf

#efedaf #d1efaf #efcdaf

Monochromatic Colors of #efedaf

#efedaf

Complementary Color

#efedaf #afb1ef

#efedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efedaf Color CSS Codes

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

#efedaf Text Font Color

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

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


#efedaf Background Color

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

This div background color is #efedaf


#efedaf Border Color

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

This div border color is #efedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efedaf


Comments

No comments written yet.

Please login to write comment.