Color Hex Logo

#edabf0 Color Hex

#EDABF0
(237,171,240)
0 Favorites   0 Comments

Color spaces of #edabf0

RGB 237171240
HSL0.830.700.81
HSV297°29°94°
CMYK 0.010.290.00   0.06
XYZ65.216153.421689.3122
Yxy53.42160.31360.2569
Hunter Lab73.090131.3626-21.2862
CIE-Lab78.123335.2999-24.9362

#edabf0 color RGB value is (237,171,240).

#edabf0 hex color red value is 237, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #edabf0 hue: 0.83 , saturation: 0.70 and the lightness value of edabf0 is 0.81.

The process color (four color CMYK) of #edabf0 color hex is 0.01, 0.29, 0.00, 0.06. Web safe color of #edabf0 is #ff99ff. Color #edabf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11110000
Octal 355 253 360
Decimal 237 171 240
Hex ED AB F0

RGB Percentages of Color #edabf0

%36.57
%26.39
%37.04

CMYK Percentages of Color #edabf0

%1
%29
%0
%6

Triadic Colors of #edabf0

#edabf0 #f0edab #abf0ed

Analogous Colors of #edabf0

#edabf0 #f0abd1 #cbabf0

Monochromatic Colors of #edabf0

#edabf0

Complementary Color

#edabf0 #aef0ab

#edabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabf0 Color CSS Codes

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

#edabf0 Text Font Color

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

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


#edabf0 Background Color

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

This div background color is #edabf0


#edabf0 Border Color

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

This div border color is #edabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabf0


Comments

No comments written yet.

Please login to write comment.