Color Hex Logo

#6edefe Color Hex

#6EDEFE
(110,222,254)
0 Favorites   0 Comments

Color spaces of #6edefe

RGB 110222254
HSL0.540.990.71
HSV193°57°100°
CMYK 0.570.130.00   0.00
XYZ50.441162.7133103.2123
Yxy62.71330.23310.2898
Hunter Lab79.1917-24.8901-21.8397
CIE-Lab83.2913-23.1690-25.2740

#6edefe color RGB value is (110,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011110 11111110
Octal 156 336 376
Decimal 110 222 254
Hex 6E DE FE

RGB Percentages of Color #6edefe

%18.77
%37.88
%43.34

CMYK Percentages of Color #6edefe

%57
%13
%0
%0

Triadic Colors of #6edefe

#6edefe #fe6ede #defe6e

Analogous Colors of #6edefe

#6edefe #6e96fe #6efed6

Monochromatic Colors of #6edefe

#6edefe

Complementary Color

#6edefe #fe8e6e

#6edefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edefe Color CSS Codes

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

#6edefe Text Font Color

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

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


#6edefe Background Color

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

This div background color is #6edefe


#6edefe Border Color

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

This div border color is #6edefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edefe

Related Colors


Comments

No comments written yet.

Please login to write comment.