Color Hex Logo

#edaabf Color Hex

#EDAABF
(237,170,191)
0 Favorites   0 Comments

Color spaces of #edaabf

RGB 237170191
HSL0.950.650.80
HSV341°28°93°
CMYK 0.000.280.19   0.07
XYZ58.703750.515655.9467
Yxy50.51560.35540.3058
Hunter Lab71.074323.05163.0815
CIE-Lab76.384727.5969-0.9059

#edaabf color RGB value is (237,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10111111
Octal 355 252 277
Decimal 237 170 191
Hex ED AA BF

RGB Percentages of Color #edaabf

%39.63
%28.43
%31.94

CMYK Percentages of Color #edaabf

%0
%28
%19
%7

Triadic Colors of #edaabf

#edaabf #bfedaa #aabfed

Analogous Colors of #edaabf

#edaabf #edb7aa #edaae1

Monochromatic Colors of #edaabf

#edaabf

Complementary Color

#edaabf #aaedd8

#edaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaabf Color CSS Codes

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

#edaabf Text Font Color

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

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


#edaabf Background Color

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

This div background color is #edaabf


#edaabf Border Color

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

This div border color is #edaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaabf


Comments

No comments written yet.

Please login to write comment.