Color Hex Logo

#6fd9fb Color Hex

#6FD9FB
(111,217,251)
0 Favorites   0 Comments

Color spaces of #6fd9fb

RGB 111217251
HSL0.540.950.71
HSV195°56°98°
CMYK 0.560.140.00   0.02
XYZ48.781059.9703100.2712
Yxy59.97030.23340.2869
Hunter Lab77.4405-23.0809-22.5613
CIE-Lab81.8220-21.3266-25.9230

#6fd9fb color RGB value is (111,217,251).

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

The process color (four color CMYK) of #6fd9fb color hex is 0.56, 0.14, 0.00, 0.02. Web safe color of #6fd9fb is #66ccff. Color #6fd9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011001 11111011
Octal 157 331 373
Decimal 111 217 251
Hex 6F D9 FB

RGB Percentages of Color #6fd9fb

%19.17
%37.48
%43.35

CMYK Percentages of Color #6fd9fb

%56
%14
%0
%2

Triadic Colors of #6fd9fb

#6fd9fb #fb6fd9 #d9fb6f

Analogous Colors of #6fd9fb

#6fd9fb #6f93fb #6ffbd7

Monochromatic Colors of #6fd9fb

#6fd9fb

Complementary Color

#6fd9fb #fb916f

#6fd9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd9fb Color CSS Codes

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

#6fd9fb Text Font Color

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

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


#6fd9fb Background Color

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

This div background color is #6fd9fb


#6fd9fb Border Color

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

This div border color is #6fd9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.