Color Hex Logo

#edfeff Color Hex

#EDFEFF
(237,254,255)
2 Favorites   0 Comments

Color spaces of #edfeff

RGB 237254255
HSL0.511.000.96
HSV183°100°
CMYK 0.070.000.00   0.00
XYZ88.416996.1081108.4984
Yxy96.10810.30170.3280
Hunter Lab98.0347-10.57283.0060
CIE-Lab98.4752-5.3348-2.3932

#edfeff color RGB value is (237,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11111111
Octal 355 376 377
Decimal 237 254 255
Hex ED FE FF

RGB Percentages of Color #edfeff

%31.77
%34.05
%34.18

CMYK Percentages of Color #edfeff

%7
%0
%0
%0

Triadic Colors of #edfeff

#edfeff #ffedfe #feffed

Analogous Colors of #edfeff

#edfeff #edf5ff #edfff7

Monochromatic Colors of #edfeff

#edfeff

Complementary Color

#edfeff #ffeeed

#edfeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeff Color CSS Codes

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

#edfeff Text Font Color

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

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


#edfeff Background Color

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

This div background color is #edfeff


#edfeff Border Color

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

This div border color is #edfeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeff

Related Colors

#edfeff Color Palettes


Comments

No comments written yet.

Please login to write comment.