Color Hex Logo

#6fbdfb Color Hex

#6FBDFB
(111,189,251)
0 Favorites   0 Comments

Color spaces of #6fbdfb

RGB 111189251
HSL0.570.950.71
HSV207°56°98°
CMYK 0.560.250.00   0.02
XYZ42.165746.739798.0661
Yxy46.73970.22550.2500
Hunter Lab68.3664-9.5496-37.1902
CIE-Lab74.0230-6.6918-37.9328

#6fbdfb color RGB value is (111,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11111011
Octal 157 275 373
Decimal 111 189 251
Hex 6F BD FB

RGB Percentages of Color #6fbdfb

%20.15
%34.30
%45.55

CMYK Percentages of Color #6fbdfb

%56
%25
%0
%2

Triadic Colors of #6fbdfb

#6fbdfb #fb6fbd #bdfb6f

Analogous Colors of #6fbdfb

#6fbdfb #6f77fb #6ffbf3

Monochromatic Colors of #6fbdfb

#6fbdfb

Complementary Color

#6fbdfb #fbad6f

#6fbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbdfb Color CSS Codes

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

#6fbdfb Text Font Color

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

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


#6fbdfb Background Color

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

This div background color is #6fbdfb


#6fbdfb Border Color

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

This div border color is #6fbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbdfb


Comments

No comments written yet.

Please login to write comment.