Color Hex Logo

#6eddfe Color Hex

#6EDDFE
(110,221,254)
0 Favorites   0 Comments

Color spaces of #6eddfe

RGB 110221254
HSL0.540.990.71
HSV194°57°100°
CMYK 0.570.130.00   0.00
XYZ50.176362.1837103.1240
Yxy62.18370.23290.2886
Hunter Lab78.8566-24.4200-22.3363
CIE-Lab83.0110-22.6705-25.7012

#6eddfe color RGB value is (110,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 11111110
Octal 156 335 376
Decimal 110 221 254
Hex 6E DD FE

RGB Percentages of Color #6eddfe

%18.80
%37.78
%43.42

CMYK Percentages of Color #6eddfe

%57
%13
%0
%0

Triadic Colors of #6eddfe

#6eddfe #fe6edd #ddfe6e

Analogous Colors of #6eddfe

#6eddfe #6e95fe #6efed7

Monochromatic Colors of #6eddfe

#6eddfe

Complementary Color

#6eddfe #fe8f6e

#6eddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eddfe Color CSS Codes

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

#6eddfe Text Font Color

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

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


#6eddfe Background Color

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

This div background color is #6eddfe


#6eddfe Border Color

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

This div border color is #6eddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eddfe


Comments

No comments written yet.

Please login to write comment.