Color Hex Logo

#edabcf Color Hex

#EDABCF
(237,171,207)
0 Favorites   0 Comments

Color spaces of #edabcf

RGB 237171207
HSL0.910.650.80
HSV327°28°93°
CMYK 0.000.280.13   0.07
XYZ60.750451.635365.7962
Yxy51.63530.34090.2898
Hunter Lab71.857725.1576-3.9882
CIE-Lab77.062329.5683-8.6348

#edabcf color RGB value is (237,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11001111
Octal 355 253 317
Decimal 237 171 207
Hex ED AB CF

RGB Percentages of Color #edabcf

%38.54
%27.80
%33.66

CMYK Percentages of Color #edabcf

%0
%28
%13
%7

Triadic Colors of #edabcf

#edabcf #cfedab #abcfed

Analogous Colors of #edabcf

#edabcf #edabae #eaabed

Monochromatic Colors of #edabcf

#edabcf

Complementary Color

#edabcf #abedc9

#edabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabcf Color CSS Codes

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

#edabcf Text Font Color

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

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


#edabcf Background Color

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

This div background color is #edabcf


#edabcf Border Color

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

This div border color is #edabcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,171,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 #edabcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabcf


Comments

No comments written yet.

Please login to write comment.