Color Hex Logo

#edfbfc Color Hex

#EDFBFC
(237,251,252)
0 Favorites   0 Comments

Color spaces of #edfbfc

RGB 237251252
HSL0.510.710.96
HSV184°99°
CMYK 0.060.000.00   0.01
XYZ86.992994.0272105.6595
Yxy94.02720.30340.3280
Hunter Lab96.9676-9.55503.2728
CIE-Lab97.6429-4.3821-2.0704

#edfbfc color RGB value is (237,251,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11111100
Octal 355 373 374
Decimal 237 251 252
Hex ED FB FC

RGB Percentages of Color #edfbfc

%32.03
%33.92
%34.05

CMYK Percentages of Color #edfbfc

%6
%0
%0
%1

Triadic Colors of #edfbfc

#edfbfc #fcedfb #fbfced

Analogous Colors of #edfbfc

#edfbfc #edf4fc #edfcf6

Monochromatic Colors of #edfbfc

#edfbfc

Complementary Color

#edfbfc #fceeed

#edfbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbfc Color CSS Codes

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

#edfbfc Text Font Color

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

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


#edfbfc Background Color

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

This div background color is #edfbfc


#edfbfc Border Color

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

This div border color is #edfbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbfc

#edfbfc Color Palettes


Comments

No comments written yet.

Please login to write comment.