Color Hex Logo

#ededab Color Hex

#EDEDAB
(237,237,171)
0 Favorites   0 Comments

Color spaces of #ededab

RGB 237237171
HSL0.170.650.80
HSV60°28°93°
CMYK 0.000.000.28   0.07
XYZ72.559981.513250.4374
Yxy81.51320.35480.3986
Hunter Lab90.2847-14.541430.0770
CIE-Lab92.3596-10.095332.0780

#ededab color RGB value is (237,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 10101011
Octal 355 355 253
Decimal 237 237 171
Hex ED ED AB

RGB Percentages of Color #ededab

%36.74
%36.74
%26.51

CMYK Percentages of Color #ededab

%0
%0
%28
%7

Triadic Colors of #ededab

#ededab #abeded #edabed

Analogous Colors of #ededab

#ededab #ccedab #edccab

Monochromatic Colors of #ededab

#ededab

Complementary Color

#ededab #ababed

#ededab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededab Color CSS Codes

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

#ededab Text Font Color

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

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


#ededab Background Color

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

This div background color is #ededab


#ededab Border Color

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

This div border color is #ededab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededab


Comments

No comments written yet.

Please login to write comment.