Color Hex Logo

#6dfbfc Color Hex

#6DFBFC
(109,251,252)
0 Favorites   0 Comments

Color spaces of #6dfbfc

RGB 109251252
HSL0.500.960.71
HSV180°57°99°
CMYK 0.570.000.00   0.01
XYZ58.374579.2738104.3202
Yxy79.27380.24120.3276
Hunter Lab89.0358-38.7829-7.1430
CIE-Lab91.3580-37.7410-12.0663

#6dfbfc color RGB value is (109,251,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111011 11111100
Octal 155 373 374
Decimal 109 251 252
Hex 6D FB FC

RGB Percentages of Color #6dfbfc

%17.81
%41.01
%41.18

CMYK Percentages of Color #6dfbfc

%57
%0
%0
%1

Triadic Colors of #6dfbfc

#6dfbfc #fc6dfb #fbfc6d

Analogous Colors of #6dfbfc

#6dfbfc #6db4fc #6dfcb6

Monochromatic Colors of #6dfbfc

#6dfbfc

Complementary Color

#6dfbfc #fc6e6d

#6dfbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfbfc Color CSS Codes

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

#6dfbfc Text Font Color

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

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


#6dfbfc Background Color

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

This div background color is #6dfbfc


#6dfbfc Border Color

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

This div border color is #6dfbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.