Color Hex Logo

#edfcfd Color Hex

#EDFCFD
(237,252,253)
0 Favorites   0 Comments

Color spaces of #edfcfd

RGB 237252253
HSL0.510.800.96
HSV184°99°
CMYK 0.060.000.00   0.01
XYZ87.465194.7172106.6008
Yxy94.71720.30290.3280
Hunter Lab97.3228-9.89483.1837
CIE-Lab97.9203-4.7006-2.1786

#edfcfd color RGB value is (237,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11111101
Octal 355 374 375
Decimal 237 252 253
Hex ED FC FD

RGB Percentages of Color #edfcfd

%31.94
%33.96
%34.10

CMYK Percentages of Color #edfcfd

%6
%0
%0
%1

Triadic Colors of #edfcfd

#edfcfd #fdedfc #fcfded

Analogous Colors of #edfcfd

#edfcfd #edf4fd #edfdf6

Monochromatic Colors of #edfcfd

#edfcfd

Complementary Color

#edfcfd #fdeeed

#edfcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcfd Color CSS Codes

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

#edfcfd Text Font Color

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

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


#edfcfd Background Color

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

This div background color is #edfcfd


#edfcfd Border Color

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

This div border color is #edfcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcfd

Related Colors

#edfcfd Color Palettes


Comments

No comments written yet.

Please login to write comment.