Color Hex Logo

#6ffbfd Color Hex

#6FFBFD
(111,251,253)
0 Favorites   0 Comments

Color spaces of #6ffbfd

RGB 111251253
HSL0.500.970.71
HSV181°56°99°
CMYK 0.560.010.00   0.01
XYZ58.782379.4657105.1688
Yxy79.46570.24150.3265
Hunter Lab89.1435-38.2962-7.5480
CIE-Lab91.4446-37.1267-12.4502

#6ffbfd color RGB value is (111,251,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11111101
Octal 157 373 375
Decimal 111 251 253
Hex 6F FB FD

RGB Percentages of Color #6ffbfd

%18.05
%40.81
%41.14

CMYK Percentages of Color #6ffbfd

%56
%1
%0
%1

Triadic Colors of #6ffbfd

#6ffbfd #fd6ffb #fbfd6f

Analogous Colors of #6ffbfd

#6ffbfd #6fb4fd #6ffdb8

Monochromatic Colors of #6ffbfd

#6ffbfd

Complementary Color

#6ffbfd #fd716f

#6ffbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbfd Color CSS Codes

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

#6ffbfd Text Font Color

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

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


#6ffbfd Background Color

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

This div background color is #6ffbfd


#6ffbfd Border Color

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

This div border color is #6ffbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,251,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.