Color Hex Logo

#6fbcff Color Hex

#6FBCFF
(111,188,255)
0 Favorites   0 Comments

Color spaces of #6fbcff

RGB 111188255
HSL0.581.000.72
HSV208°56°100°
CMYK 0.560.260.00   0.00
XYZ42.588846.5659101.3512
Yxy46.56590.22360.2444
Hunter Lab68.2392-8.0149-40.2921
CIE-Lab73.9112-4.9390-40.2584

#6fbcff color RGB value is (111,188,255).

#6fbcff hex color red value is 111, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6fbcff hue: 0.58 , saturation: 1.00 and the lightness value of 6fbcff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 11111111
Octal 157 274 377
Decimal 111 188 255
Hex 6F BC FF

RGB Percentages of Color #6fbcff

%20.04
%33.94
%46.03

CMYK Percentages of Color #6fbcff

%56
%26
%0
%0

Triadic Colors of #6fbcff

#6fbcff #ff6fbc #bcff6f

Analogous Colors of #6fbcff

#6fbcff #6f74ff #6ffffa

Monochromatic Colors of #6fbcff

#6fbcff

Complementary Color

#6fbcff #ffb26f

#6fbcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbcff Color CSS Codes

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

#6fbcff Text Font Color

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

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


#6fbcff Background Color

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

This div background color is #6fbcff


#6fbcff Border Color

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

This div border color is #6fbcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbcff


Comments

No comments written yet.

Please login to write comment.