Color Hex Logo

#edaccf Color Hex

#EDACCF
(237,172,207)
0 Favorites   0 Comments

Color spaces of #edaccf

RGB 237172207
HSL0.910.640.80
HSV328°27°93°
CMYK 0.000.270.13   0.07
XYZ60.940152.014665.8594
Yxy52.01460.34080.2909
Hunter Lab72.121124.6149-3.6575
CIE-Lab77.289629.0364-8.2970

#edaccf color RGB value is (237,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11001111
Octal 355 254 317
Decimal 237 172 207
Hex ED AC CF

RGB Percentages of Color #edaccf

%38.47
%27.92
%33.60

CMYK Percentages of Color #edaccf

%0
%27
%13
%7

Triadic Colors of #edaccf

#edaccf #cfedac #accfed

Analogous Colors of #edaccf

#edaccf #edacaf #ebaced

Monochromatic Colors of #edaccf

#edaccf

Complementary Color

#edaccf #acedca

#edaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaccf Color CSS Codes

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

#edaccf Text Font Color

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

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


#edaccf Background Color

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

This div background color is #edaccf


#edaccf Border Color

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

This div border color is #edaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaccf


Comments

No comments written yet.

Please login to write comment.