Color Hex Logo

#edadeb Color Hex

#EDADEB
(237,173,235)
0 Favorites   0 Comments

Color spaces of #edadeb

RGB 237173235
HSL0.840.640.80
HSV302°27°93°
CMYK 0.000.270.01   0.07
XYZ64.864053.889885.5803
Yxy53.88980.31740.2637
Hunter Lab73.409729.2538-17.7329
CIE-Lab78.397433.3230-21.8187

#edadeb color RGB value is (237,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11101011
Octal 355 255 353
Decimal 237 173 235
Hex ED AD EB

RGB Percentages of Color #edadeb

%36.74
%26.82
%36.43

CMYK Percentages of Color #edadeb

%0
%27
%1
%7

Triadic Colors of #edadeb

#edadeb #ebedad #adebed

Analogous Colors of #edadeb

#edadeb #edadcb #cfaded

Monochromatic Colors of #edadeb

#edadeb

Complementary Color

#edadeb #adedaf

#edadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadeb Color CSS Codes

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

#edadeb Text Font Color

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

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


#edadeb Background Color

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

This div background color is #edadeb


#edadeb Border Color

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

This div border color is #edadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadeb


Comments

No comments written yet.

Please login to write comment.