Color Hex Logo

#ededfd Color Hex

#EDEDFD
(237,237,253)
0 Favorites   0 Comments

Color spaces of #ededfd

RGB 237237253
HSL0.670.800.96
HSV240°99°
CMYK 0.060.060.00   0.01
XYZ82.938985.6647105.0921
Yxy85.66470.30300.3130
Hunter Lab92.5552-2.0175-2.5323
CIE-Lab94.16882.9313-7.7052

#ededfd color RGB value is (237,237,253).

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

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

Base Numbers

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

RGB Percentages of Color #ededfd

%32.60
%32.60
%34.80

CMYK Percentages of Color #ededfd

%6
%6
%0
%1

Triadic Colors of #ededfd

#ededfd #fdeded #edfded

Analogous Colors of #ededfd

#ededfd #f5edfd #edf5fd

Monochromatic Colors of #ededfd

#ededfd

Complementary Color

#ededfd #fdfded

#ededfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededfd Color CSS Codes

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

#ededfd Text Font Color

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

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


#ededfd Background Color

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

This div background color is #ededfd


#ededfd Border Color

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

This div border color is #ededfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededfd


Comments

No comments written yet.

Please login to write comment.