Color Hex Logo

#edacbc Color Hex

#EDACBC
(237,172,188)
0 Favorites   0 Comments

Color spaces of #edacbc

RGB 237172188
HSL0.960.640.80
HSV345°27°93°
CMYK 0.000.270.21   0.07
XYZ58.754751.140454.3513
Yxy51.14040.35770.3114
Hunter Lab71.512521.50874.9969
CIE-Lab76.764026.08511.2855

#edacbc color RGB value is (237,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10111100
Octal 355 254 274
Decimal 237 172 188
Hex ED AC BC

RGB Percentages of Color #edacbc

%39.70
%28.81
%31.49

CMYK Percentages of Color #edacbc

%0
%27
%21
%7

Triadic Colors of #edacbc

#edacbc #bcedac #acbced

Analogous Colors of #edacbc

#edacbc #edbdac #edacdd

Monochromatic Colors of #edacbc

#edacbc

Complementary Color

#edacbc #aceddd

#edacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacbc Color CSS Codes

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

#edacbc Text Font Color

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

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


#edacbc Background Color

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

This div background color is #edacbc


#edacbc Border Color

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

This div border color is #edacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacbc


Comments

No comments written yet.

Please login to write comment.