Color Hex Logo

#edebab Color Hex

#EDEBAB
(237,235,171)
0 Favorites   0 Comments

Color spaces of #edebab

RGB 237235171
HSL0.160.650.80
HSV58°28°93°
CMYK 0.000.010.28   0.07
XYZ71.984180.361550.2454
Yxy80.36150.35530.3967
Hunter Lab89.6446-13.543529.5194
CIE-Lab91.8468-9.097131.3905

#edebab color RGB value is (237,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 10101011
Octal 355 353 253
Decimal 237 235 171
Hex ED EB AB

RGB Percentages of Color #edebab

%36.86
%36.55
%26.59

CMYK Percentages of Color #edebab

%0
%1
%28
%7

Triadic Colors of #edebab

#edebab #abedeb #ebabed

Analogous Colors of #edebab

#edebab #ceedab #edcaab

Monochromatic Colors of #edebab

#edebab

Complementary Color

#edebab #abaded

#edebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebab Color CSS Codes

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

#edebab Text Font Color

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

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


#edebab Background Color

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

This div background color is #edebab


#edebab Border Color

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

This div border color is #edebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebab


Comments

No comments written yet.

Please login to write comment.