Color Hex Logo

#6dfafc Color Hex

#6DFAFC
(109,250,252)
0 Favorites   0 Comments

Color spaces of #6dfafc

RGB 109250252
HSL0.500.960.71
HSV181°57°99°
CMYK 0.570.010.00   0.01
XYZ58.063078.6507104.2163
Yxy78.65070.24100.3264
Hunter Lab88.6852-38.3336-7.5935
CIE-Lab91.0760-37.2827-12.4870

#6dfafc color RGB value is (109,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111010 11111100
Octal 155 372 374
Decimal 109 250 252
Hex 6D FA FC

RGB Percentages of Color #6dfafc

%17.84
%40.92
%41.24

CMYK Percentages of Color #6dfafc

%57
%1
%0
%1

Triadic Colors of #6dfafc

#6dfafc #fc6dfa #fafc6d

Analogous Colors of #6dfafc

#6dfafc #6db3fc #6dfcb7

Monochromatic Colors of #6dfafc

#6dfafc

Complementary Color

#6dfafc #fc6f6d

#6dfafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfafc Color CSS Codes

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

#6dfafc Text Font Color

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

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


#6dfafc Background Color

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

This div background color is #6dfafc


#6dfafc Border Color

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

This div border color is #6dfafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,250,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfafc

Related Colors


Comments

No comments written yet.

Please login to write comment.