Color Hex Logo

#edabc3 Color Hex

#EDABC3
(237,171,195)
0 Favorites   0 Comments

Color spaces of #edabc3

RGB 237171195
HSL0.940.650.80
HSV338°28°93°
CMYK 0.000.280.18   0.07
XYZ59.338351.070558.3599
Yxy51.07050.35160.3026
Hunter Lab71.463623.15231.6061
CIE-Lab76.721727.6730-2.5956

#edabc3 color RGB value is (237,171,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11000011
Octal 355 253 303
Decimal 237 171 195
Hex ED AB C3

RGB Percentages of Color #edabc3

%39.30
%28.36
%32.34

CMYK Percentages of Color #edabc3

%0
%28
%18
%7

Triadic Colors of #edabc3

#edabc3 #c3edab #abc3ed

Analogous Colors of #edabc3

#edabc3 #edb4ab #edabe4

Monochromatic Colors of #edabc3

#edabc3

Complementary Color

#edabc3 #abedd5

#edabc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabc3 Color CSS Codes

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

#edabc3 Text Font Color

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

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


#edabc3 Background Color

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

This div background color is #edabc3


#edabc3 Border Color

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

This div border color is #edabc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabc3


Comments

No comments written yet.

Please login to write comment.