Color Hex Logo

#edacc8 Color Hex

#EDACC8
(237,172,200)
0 Favorites   0 Comments

Color spaces of #edacc8

RGB 237172200
HSL0.930.640.80
HSV334°27°93°
CMYK 0.000.270.16   0.07
XYZ60.102951.679761.4510
Yxy51.67970.34690.2983
Hunter Lab71.888623.4310-0.3596
CIE-Lab77.088927.9177-4.7816

#edacc8 color RGB value is (237,172,200).

#edacc8 hex color red value is 237, green value is 172 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #edacc8 hue: 0.93 , saturation: 0.64 and the lightness value of edacc8 is 0.80.

The process color (four color CMYK) of #edacc8 color hex is 0.00, 0.27, 0.16, 0.07. Web safe color of #edacc8 is #ff99cc. Color #edacc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11001000
Octal 355 254 310
Decimal 237 172 200
Hex ED AC C8

RGB Percentages of Color #edacc8

%38.92
%28.24
%32.84

CMYK Percentages of Color #edacc8

%0
%27
%16
%7

Triadic Colors of #edacc8

#edacc8 #c8edac #acc8ed

Analogous Colors of #edacc8

#edacc8 #edb1ac #edace9

Monochromatic Colors of #edacc8

#edacc8

Complementary Color

#edacc8 #acedd1

#edacc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacc8 Color CSS Codes

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

#edacc8 Text Font Color

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

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


#edacc8 Background Color

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

This div background color is #edacc8


#edacc8 Border Color

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

This div border color is #edacc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacc8


Comments

No comments written yet.

Please login to write comment.