Color Hex Logo

#6edafc Color Hex

#6EDAFC
(110,218,252)
0 Favorites   0 Comments

Color spaces of #6edafc

RGB 110218252
HSL0.540.960.71
HSV194°56°99°
CMYK 0.560.130.00   0.01
XYZ49.072560.4861101.1840
Yxy60.48610.23290.2870
Hunter Lab77.7728-23.4738-22.6965
CIE-Lab82.1017-21.7362-26.0295

#6edafc color RGB value is (110,218,252).

#6edafc hex color red value is 110, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6edafc hue: 0.54 , saturation: 0.96 and the lightness value of 6edafc is 0.71.

The process color (four color CMYK) of #6edafc color hex is 0.56, 0.13, 0.00, 0.01. Web safe color of #6edafc is #66ccff. Color #6edafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 11111100
Octal 156 332 374
Decimal 110 218 252
Hex 6E DA FC

RGB Percentages of Color #6edafc

%18.97
%37.59
%43.45

CMYK Percentages of Color #6edafc

%56
%13
%0
%1

Triadic Colors of #6edafc

#6edafc #fc6eda #dafc6e

Analogous Colors of #6edafc

#6edafc #6e93fc #6efcd7

Monochromatic Colors of #6edafc

#6edafc

Complementary Color

#6edafc #fc906e

#6edafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edafc Color CSS Codes

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

#6edafc Text Font Color

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

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


#6edafc Background Color

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

This div background color is #6edafc


#6edafc Border Color

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

This div border color is #6edafc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,218,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6edafc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6edafc;
  -webkit-box-shadow: 1px 1px 3px 2px #6edafc;
  box-shadow:         1px 1px 3px 2px #6edafc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,218,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 #6edafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edafc


Comments

No comments written yet.

Please login to write comment.