Color Hex Logo

#edaabc Color Hex

#EDAABC
(237,170,188)
0 Favorites   0 Comments

Color spaces of #edaabc

RGB 237170188
HSL0.960.650.80
HSV344°28°93°
CMYK 0.000.280.21   0.07
XYZ58.376950.384854.2254
Yxy50.38480.35820.3091
Hunter Lab70.982322.58224.3942
CIE-Lab76.304827.14920.6165

#edaabc color RGB value is (237,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10111100
Octal 355 252 274
Decimal 237 170 188
Hex ED AA BC

RGB Percentages of Color #edaabc

%39.83
%28.57
%31.60

CMYK Percentages of Color #edaabc

%0
%28
%21
%7

Triadic Colors of #edaabc

#edaabc #bcedaa #aabced

Analogous Colors of #edaabc

#edaabc #edbaaa #edaade

Monochromatic Colors of #edaabc

#edaabc

Complementary Color

#edaabc #aaeddb

#edaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaabc Color CSS Codes

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

#edaabc Text Font Color

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

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


#edaabc Background Color

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

This div background color is #edaabc


#edaabc Border Color

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

This div border color is #edaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaabc


Comments

No comments written yet.

Please login to write comment.