Color Hex Logo

#edabfd Color Hex

#EDABFD
(237,171,253)
0 Favorites   0 Comments

Color spaces of #edabfd

RGB 237171253
HSL0.800.950.83
HSV288°32°99°
CMYK 0.060.320.00   0.01
XYZ67.217654.222299.8517
Yxy54.22220.30380.2450
Hunter Lab73.635734.0793-28.8536
CIE-Lab78.591137.7494-31.2218

#edabfd color RGB value is (237,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11111101
Octal 355 253 375
Decimal 237 171 253
Hex ED AB FD

RGB Percentages of Color #edabfd

%35.85
%25.87
%38.28

CMYK Percentages of Color #edabfd

%6
%32
%0
%1

Triadic Colors of #edabfd

#edabfd #fdedab #abfded

Analogous Colors of #edabfd

#edabfd #fdabe4 #c4abfd

Monochromatic Colors of #edabfd

#edabfd

Complementary Color

#edabfd #bbfdab

#edabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabfd Color CSS Codes

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

#edabfd Text Font Color

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

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


#edabfd Background Color

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

This div background color is #edabfd


#edabfd Border Color

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

This div border color is #edabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabfd

Related Colors


Comments

No comments written yet.

Please login to write comment.