Color Hex Logo

#edaffd Color Hex

#EDAFFD
(237,175,253)
0 Favorites   0 Comments

Color spaces of #edaffd

RGB 237175253
HSL0.800.950.84
HSV288°31°99°
CMYK 0.060.310.00   0.01
XYZ67.984655.7563100.1074
Yxy55.75630.30370.2491
Hunter Lab74.670131.8454-27.2187
CIE-Lab79.474935.6279-29.8638

#edaffd color RGB value is (237,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11111101
Octal 355 257 375
Decimal 237 175 253
Hex ED AF FD

RGB Percentages of Color #edaffd

%35.64
%26.32
%38.05

CMYK Percentages of Color #edaffd

%6
%31
%0
%1

Triadic Colors of #edaffd

#edaffd #fdedaf #affded

Analogous Colors of #edaffd

#edaffd #fdafe6 #c6affd

Monochromatic Colors of #edaffd

#edaffd

Complementary Color

#edaffd #bffdaf

#edaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaffd Color CSS Codes

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

#edaffd Text Font Color

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

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


#edaffd Background Color

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

This div background color is #edaffd


#edaffd Border Color

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

This div border color is #edaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaffd

Related Colors


Comments

No comments written yet.

Please login to write comment.