Color Hex Logo

#6fbbfd Color Hex

#6FBBFD
(111,187,253)
0 Favorites   0 Comments

Color spaces of #6fbbfd

RGB 111187253
HSL0.580.970.71
HSV208°56°99°
CMYK 0.560.260.00   0.01
XYZ42.055546.012099.5932
Yxy46.01200.22410.2452
Hunter Lab67.8321-8.0374-39.5689
CIE-Lab73.5533-5.0000-39.7399

#6fbbfd color RGB value is (111,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111011 11111101
Octal 157 273 375
Decimal 111 187 253
Hex 6F BB FD

RGB Percentages of Color #6fbbfd

%20.15
%33.94
%45.92

CMYK Percentages of Color #6fbbfd

%56
%26
%0
%1

Triadic Colors of #6fbbfd

#6fbbfd #fd6fbb #bbfd6f

Analogous Colors of #6fbbfd

#6fbbfd #6f74fd #6ffdf8

Monochromatic Colors of #6fbbfd

#6fbbfd

Complementary Color

#6fbbfd #fdb16f

#6fbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbbfd Color CSS Codes

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

#6fbbfd Text Font Color

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

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


#6fbbfd Background Color

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

This div background color is #6fbbfd


#6fbbfd Border Color

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

This div border color is #6fbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbbfd


Comments

No comments written yet.

Please login to write comment.