Color Hex Logo

#ededaf Color Hex

#EDEDAF
(237,237,175)
0 Favorites   0 Comments

Color spaces of #ededaf

RGB 237237175
HSL0.170.630.81
HSV60°26°93°
CMYK 0.000.000.26   0.07
XYZ72.947181.668052.4762
Yxy81.66800.35220.3944
Hunter Lab90.3703-14.062628.8308
CIE-Lab92.4281-9.579430.1385

#ededaf color RGB value is (237,237,175).

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

The process color (four color CMYK) of #ededaf color hex is 0.00, 0.00, 0.26, 0.07. Web safe color of #ededaf is #ffff99. Color #ededaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 10101111
Octal 355 355 257
Decimal 237 237 175
Hex ED ED AF

RGB Percentages of Color #ededaf

%36.52
%36.52
%26.96

CMYK Percentages of Color #ededaf

%0
%0
%26
%7

Triadic Colors of #ededaf

#ededaf #afeded #edafed

Analogous Colors of #ededaf

#ededaf #ceedaf #edceaf

Monochromatic Colors of #ededaf

#ededaf

Complementary Color

#ededaf #afafed

#ededaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededaf Color CSS Codes

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

#ededaf Text Font Color

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

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


#ededaf Background Color

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

This div background color is #ededaf


#ededaf Border Color

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

This div border color is #ededaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededaf


Comments

No comments written yet.

Please login to write comment.