Color Hex Logo

#ededad Color Hex

#EDEDAD
(237,237,173)
0 Favorites   0 Comments

Color spaces of #ededad

RGB 237237173
HSL0.170.640.80
HSV60°27°93°
CMYK 0.000.000.27   0.07
XYZ72.752181.590051.4492
Yxy81.59000.35350.3965
Hunter Lab90.3272-14.303629.4582
CIE-Lab92.3936-9.838831.1087

#ededad color RGB value is (237,237,173).

#ededad hex color red value is 237, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ededad hue: 0.17 , saturation: 0.64 and the lightness value of ededad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 10101101
Octal 355 355 255
Decimal 237 237 173
Hex ED ED AD

RGB Percentages of Color #ededad

%36.63
%36.63
%26.74

CMYK Percentages of Color #ededad

%0
%0
%27
%7

Triadic Colors of #ededad

#ededad #adeded #edaded

Analogous Colors of #ededad

#ededad #cdedad #edcdad

Monochromatic Colors of #ededad

#ededad

Complementary Color

#ededad #adaded

#ededad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededad Color CSS Codes

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

#ededad Text Font Color

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

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


#ededad Background Color

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

This div background color is #ededad


#ededad Border Color

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

This div border color is #ededad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededad


Comments

No comments written yet.

Please login to write comment.