Color Hex Logo

#ededa2 Color Hex

#EDEDA2
(237,237,162)
0 Favorites   0 Comments

Color spaces of #ededa2

RGB 237237162
HSL0.170.680.78
HSV60°32°93°
CMYK 0.000.000.32   0.07
XYZ71.730881.181546.0714
Yxy81.18150.36050.4080
Hunter Lab90.1008-15.569432.7537
CIE-Lab92.2124-11.208136.4248

#ededa2 color RGB value is (237,237,162).

#ededa2 hex color red value is 237, green value is 237 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ededa2 hue: 0.17 , saturation: 0.68 and the lightness value of ededa2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 10100010
Octal 355 355 242
Decimal 237 237 162
Hex ED ED A2

RGB Percentages of Color #ededa2

%37.26
%37.26
%25.47

CMYK Percentages of Color #ededa2

%0
%0
%32
%7

Triadic Colors of #ededa2

#ededa2 #a2eded #eda2ed

Analogous Colors of #ededa2

#ededa2 #c8eda2 #edc8a2

Monochromatic Colors of #ededa2

#ededa2

Complementary Color

#ededa2 #a2a2ed

#ededa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededa2 Color CSS Codes

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

#ededa2 Text Font Color

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

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


#ededa2 Background Color

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

This div background color is #ededa2


#ededa2 Border Color

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

This div border color is #ededa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededa2


Comments

No comments written yet.

Please login to write comment.