Color Hex Logo

#edfaf6 Color Hex

#EDFAF6
(237,250,246)
0 Favorites   0 Comments

Color spaces of #edfaf6

RGB 237250246
HSL0.450.570.95
HSV162°98°
CMYK 0.050.000.02   0.02
XYZ85.745293.0296100.6260
Yxy93.02960.30690.3330
Hunter Lab96.4519-10.10525.6604
CIE-Lab97.2396-4.97570.4298

#edfaf6 color RGB value is (237,250,246).

#edfaf6 hex color red value is 237, green value is 250 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #edfaf6 hue: 0.45 , saturation: 0.57 and the lightness value of edfaf6 is 0.95.

The process color (four color CMYK) of #edfaf6 color hex is 0.05, 0.00, 0.02, 0.02. Web safe color of #edfaf6 is #ffffff. Color #edfaf6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11110110
Octal 355 372 366
Decimal 237 250 246
Hex ED FA F6

RGB Percentages of Color #edfaf6

%32.33
%34.11
%33.56

CMYK Percentages of Color #edfaf6

%5
%0
%2
%2

Triadic Colors of #edfaf6

#edfaf6 #f6edfa #faf6ed

Analogous Colors of #edfaf6

#edfaf6 #edf8fa #edfaf0

Monochromatic Colors of #edfaf6

#edfaf6

Complementary Color

#edfaf6 #faedf1

#edfaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaf6 Color CSS Codes

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

#edfaf6 Text Font Color

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

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


#edfaf6 Background Color

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

This div background color is #edfaf6


#edfaf6 Border Color

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

This div border color is #edfaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaf6

Related Colors


Comments

No comments written yet.

Please login to write comment.