Color Hex Logo

#edfff6 Color Hex

#EDFFF6
(237,255,246)
1 Favorites   0 Comments

Color spaces of #edfff6

RGB 237255246
HSL0.421.000.96
HSV150°100°
CMYK 0.070.000.04   0.00
XYZ87.319696.1783101.1508
Yxy96.17830.30680.3379
Hunter Lab98.0705-12.69147.4972
CIE-Lab98.5030-7.48252.2700

#edfff6 color RGB value is (237,255,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11110110
Octal 355 377 366
Decimal 237 255 246
Hex ED FF F6

RGB Percentages of Color #edfff6

%32.11
%34.55
%33.33

CMYK Percentages of Color #edfff6

%7
%0
%4
%0

Triadic Colors of #edfff6

#edfff6 #f6edff #fff6ed

Analogous Colors of #edfff6

#edfff6 #edffff #edffed

Monochromatic Colors of #edfff6

#edfff6

Complementary Color

#edfff6 #ffedf6

#edfff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfff6 Color CSS Codes

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

#edfff6 Text Font Color

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

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


#edfff6 Background Color

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

This div background color is #edfff6


#edfff6 Border Color

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

This div border color is #edfff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfff6

Related Colors


Comments

No comments written yet.

Please login to write comment.