Color Hex Logo

#6eedfe Color Hex

#6EEDFE
(110,237,254)
0 Favorites   0 Comments

Color spaces of #6eedfe

RGB 110237254
HSL0.520.990.71
HSV187°57°100°
CMYK 0.570.070.00   0.00
XYZ54.604071.0391104.5999
Yxy71.03910.23720.3085
Hunter Lab84.2847-31.8567-14.5814
CIE-Lab87.5040-30.4839-18.8872

#6eedfe color RGB value is (110,237,254).

#6eedfe hex color red value is 110, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6eedfe hue: 0.52 , saturation: 0.99 and the lightness value of 6eedfe is 0.71.

The process color (four color CMYK) of #6eedfe color hex is 0.57, 0.07, 0.00, 0.00. Web safe color of #6eedfe is #66ffff. Color #6eedfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101101 11111110
Octal 156 355 376
Decimal 110 237 254
Hex 6E ED FE

RGB Percentages of Color #6eedfe

%18.30
%39.43
%42.26

CMYK Percentages of Color #6eedfe

%57
%7
%0
%0

Triadic Colors of #6eedfe

#6eedfe #fe6eed #edfe6e

Analogous Colors of #6eedfe

#6eedfe #6ea5fe #6efec7

Monochromatic Colors of #6eedfe

#6eedfe

Complementary Color

#6eedfe #fe7f6e

#6eedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eedfe Color CSS Codes

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

#6eedfe Text Font Color

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

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


#6eedfe Background Color

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

This div background color is #6eedfe


#6eedfe Border Color

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

This div border color is #6eedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eedfe


Comments

No comments written yet.

Please login to write comment.