Color Hex Logo

#6edcfe Color Hex

#6EDCFE
(110,220,254)
0 Favorites   0 Comments

Color spaces of #6edcfe

RGB 110220254
HSL0.540.990.71
HSV194°57°100°
CMYK 0.570.130.00   0.00
XYZ49.913061.6572103.0363
Yxy61.65720.23260.2873
Hunter Lab78.5221-23.9492-22.8346
CIE-Lab82.7308-22.1707-26.1286

#6edcfe color RGB value is (110,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 11111110
Octal 156 334 376
Decimal 110 220 254
Hex 6E DC FE

RGB Percentages of Color #6edcfe

%18.84
%37.67
%43.49

CMYK Percentages of Color #6edcfe

%57
%13
%0
%0

Triadic Colors of #6edcfe

#6edcfe #fe6edc #dcfe6e

Analogous Colors of #6edcfe

#6edcfe #6e94fe #6efed8

Monochromatic Colors of #6edcfe

#6edcfe

Complementary Color

#6edcfe #fe906e

#6edcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcfe Color CSS Codes

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

#6edcfe Text Font Color

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

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


#6edcfe Background Color

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

This div background color is #6edcfe


#6edcfe Border Color

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

This div border color is #6edcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.