Color Hex Logo

#edaeeb Color Hex

#EDAEEB
(237,174,235)
0 Favorites   0 Comments

Color spaces of #edaeeb

RGB 237174235
HSL0.840.640.81
HSV302°27°93°
CMYK 0.000.270.01   0.07
XYZ65.056554.274885.6445
Yxy54.27480.31740.2648
Hunter Lab73.671428.7017-17.3558
CIE-Lab78.621732.7914-21.4782

#edaeeb color RGB value is (237,174,235).

#edaeeb hex color red value is 237, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edaeeb hue: 0.84 , saturation: 0.64 and the lightness value of edaeeb is 0.81.

The process color (four color CMYK) of #edaeeb color hex is 0.00, 0.27, 0.01, 0.07. Web safe color of #edaeeb is #ff99ff. Color #edaeeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11101011
Octal 355 256 353
Decimal 237 174 235
Hex ED AE EB

RGB Percentages of Color #edaeeb

%36.69
%26.93
%36.38

CMYK Percentages of Color #edaeeb

%0
%27
%1
%7

Triadic Colors of #edaeeb

#edaeeb #ebedae #aeebed

Analogous Colors of #edaeeb

#edaeeb #edaecc #d0aeed

Monochromatic Colors of #edaeeb

#edaeeb

Complementary Color

#edaeeb #aeedb0

#edaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaeeb Color CSS Codes

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

#edaeeb Text Font Color

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

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


#edaeeb Background Color

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

This div background color is #edaeeb


#edaeeb Border Color

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

This div border color is #edaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaeeb


Comments

No comments written yet.

Please login to write comment.