Color Hex Logo

#edbafd Color Hex

#EDBAFD
(237,186,253)
0 Favorites   0 Comments

Color spaces of #edbafd

RGB 237186253
HSL0.790.940.86
HSV286°26°99°
CMYK 0.060.260.00   0.01
XYZ70.213660.2142100.8503
Yxy60.21420.30360.2604
Hunter Lab77.597825.7178-22.7380
CIE-Lab81.954529.7746-26.0686

#edbafd color RGB value is (237,186,253).

#edbafd hex color red value is 237, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #edbafd hue: 0.79 , saturation: 0.94 and the lightness value of edbafd is 0.86.

The process color (four color CMYK) of #edbafd color hex is 0.06, 0.26, 0.00, 0.01. Web safe color of #edbafd is #ffccff. Color #edbafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11111101
Octal 355 272 375
Decimal 237 186 253
Hex ED BA FD

RGB Percentages of Color #edbafd

%35.06
%27.51
%37.43

CMYK Percentages of Color #edbafd

%6
%26
%0
%1

Triadic Colors of #edbafd

#edbafd #fdedba #bafded

Analogous Colors of #edbafd

#edbafd #fdbaec #ccbafd

Monochromatic Colors of #edbafd

#edbafd

Complementary Color

#edbafd #cafdba

#edbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbafd Color CSS Codes

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

#edbafd Text Font Color

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

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


#edbafd Background Color

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

This div background color is #edbafd


#edbafd Border Color

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

This div border color is #edbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.