Color Hex Logo

#6dfcfe Color Hex

#6DFCFE
(109,252,254)
0 Favorites   0 Comments

Color spaces of #6dfcfe

RGB 109252254
HSL0.500.990.71
HSV181°57°100°
CMYK 0.570.010.00   0.00
XYZ59.006580.0278106.1029
Yxy80.02780.24070.3265
Hunter Lab89.4583-38.8137-7.7007
CIE-Lab91.6973-37.6752-12.5981

#6dfcfe color RGB value is (109,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111100 11111110
Octal 155 374 376
Decimal 109 252 254
Hex 6D FC FE

RGB Percentages of Color #6dfcfe

%17.72
%40.98
%41.30

CMYK Percentages of Color #6dfcfe

%57
%1
%0
%0

Triadic Colors of #6dfcfe

#6dfcfe #fe6dfc #fcfe6d

Analogous Colors of #6dfcfe

#6dfcfe #6db4fe #6dfeb8

Monochromatic Colors of #6dfcfe

#6dfcfe

Complementary Color

#6dfcfe #fe6f6d

#6dfcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfcfe Color CSS Codes

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

#6dfcfe Text Font Color

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

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


#6dfcfe Background Color

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

This div background color is #6dfcfe


#6dfcfe Border Color

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

This div border color is #6dfcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.