Color Hex Logo

#6efbfc Color Hex

#6EFBFC
(110,251,252)
0 Favorites   0 Comments

Color spaces of #6efbfc

RGB 110251252
HSL0.500.960.71
HSV180°56°99°
CMYK 0.560.000.00   0.01
XYZ58.498379.3376104.3260
Yxy79.33760.24160.3276
Hunter Lab89.0717-38.6445-7.0938
CIE-Lab91.3868-37.5649-12.0203

#6efbfc color RGB value is (110,251,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111011 11111100
Octal 156 373 374
Decimal 110 251 252
Hex 6E FB FC

RGB Percentages of Color #6efbfc

%17.94
%40.95
%41.11

CMYK Percentages of Color #6efbfc

%56
%0
%0
%1

Triadic Colors of #6efbfc

#6efbfc #fc6efb #fbfc6e

Analogous Colors of #6efbfc

#6efbfc #6eb4fc #6efcb6

Monochromatic Colors of #6efbfc

#6efbfc

Complementary Color

#6efbfc #fc6f6e

#6efbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efbfc Color CSS Codes

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

#6efbfc Text Font Color

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

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


#6efbfc Background Color

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

This div background color is #6efbfc


#6efbfc Border Color

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

This div border color is #6efbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.