Color Hex Logo

#edb3ea Color Hex

#EDB3EA
(237,179,234)
0 Favorites   0 Comments

Color spaces of #edb3ea

RGB 237179234
HSL0.840.620.82
HSV303°24°93°
CMYK 0.000.240.01   0.07
XYZ65.896456.185285.2136
Yxy56.18520.31790.2710
Hunter Lab74.956825.7495-14.9333
CIE-Lab79.719129.9494-19.2759

#edb3ea color RGB value is (237,179,234).

#edb3ea hex color red value is 237, green value is 179 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #edb3ea hue: 0.84 , saturation: 0.62 and the lightness value of edb3ea is 0.82.

The process color (four color CMYK) of #edb3ea color hex is 0.00, 0.24, 0.01, 0.07. Web safe color of #edb3ea is #ffccff. Color #edb3ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 11101010
Octal 355 263 352
Decimal 237 179 234
Hex ED B3 EA

RGB Percentages of Color #edb3ea

%36.46
%27.54
%36.00

CMYK Percentages of Color #edb3ea

%0
%24
%1
%7

Triadic Colors of #edb3ea

#edb3ea #eaedb3 #b3eaed

Analogous Colors of #edb3ea

#edb3ea #edb3cd #d3b3ed

Monochromatic Colors of #edb3ea

#edb3ea

Complementary Color

#edb3ea #b3edb6

#edb3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb3ea Color CSS Codes

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

#edb3ea Text Font Color

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

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


#edb3ea Background Color

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

This div background color is #edb3ea


#edb3ea Border Color

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

This div border color is #edb3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb3ea


Comments

No comments written yet.

Please login to write comment.