Color Hex Logo

#edfff8 Color Hex

#EDFFF8
(237,255,248)
0 Favorites   0 Comments

Color spaces of #edfff8

RGB 237255248
HSL0.441.000.96
HSV157°100°
CMYK 0.070.000.03   0.00
XYZ87.628396.3018102.7765
Yxy96.30180.30560.3359
Hunter Lab98.1335-12.34206.5982
CIE-Lab98.5520-7.12151.3145

#edfff8 color RGB value is (237,255,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11111000
Octal 355 377 370
Decimal 237 255 248
Hex ED FF F8

RGB Percentages of Color #edfff8

%32.03
%34.46
%33.51

CMYK Percentages of Color #edfff8

%7
%0
%3
%0

Triadic Colors of #edfff8

#edfff8 #f8edff #fff8ed

Analogous Colors of #edfff8

#edfff8 #edfdff #edffef

Monochromatic Colors of #edfff8

#edfff8

Complementary Color

#edfff8 #ffedf4

#edfff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfff8 Color CSS Codes

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

#edfff8 Text Font Color

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

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


#edfff8 Background Color

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

This div background color is #edfff8


#edfff8 Border Color

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

This div border color is #edfff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfff8

Related Colors

#edfff8 Color Palettes


Comments

No comments written yet.

Please login to write comment.