Color Hex Logo

#edabff Color Hex

#EDABFF
(237,171,255)
0 Favorites   0 Comments

Color spaces of #edabff

RGB 237171255
HSL0.801.000.84
HSV287°33°100°
CMYK 0.070.330.00   0.00
XYZ67.538054.3503101.5388
Yxy54.35030.30230.2433
Hunter Lab73.722734.5108-30.0547
CIE-Lab78.665638.1352-32.1818

#edabff color RGB value is (237,171,255).

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

The process color (four color CMYK) of #edabff color hex is 0.07, 0.33, 0.00, 0.00. Web safe color of #edabff is #ff99ff. Color #edabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11111111
Octal 355 253 377
Decimal 237 171 255
Hex ED AB FF

RGB Percentages of Color #edabff

%35.75
%25.79
%38.46

CMYK Percentages of Color #edabff

%7
%33
%0
%0

Triadic Colors of #edabff

#edabff #ffedab #abffed

Analogous Colors of #edabff

#edabff #ffabe7 #c3abff

Monochromatic Colors of #edabff

#edabff

Complementary Color

#edabff #bdffab

#edabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabff Color CSS Codes

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

#edabff Text Font Color

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

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


#edabff Background Color

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

This div background color is #edabff


#edabff Border Color

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

This div border color is #edabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabff

Related Colors


Comments

No comments written yet.

Please login to write comment.