Color Hex Logo

#6fbdfc Color Hex

#6FBDFC
(111,189,252)
0 Favorites   0 Comments

Color spaces of #6fbdfc

RGB 111189252
HSL0.570.960.71
HSV207°56°99°
CMYK 0.560.250.00   0.01
XYZ42.323846.803098.8986
Yxy46.80300.22510.2489
Hunter Lab68.4127-9.2925-37.8217
CIE-Lab74.0636-6.3909-38.4077

#6fbdfc color RGB value is (111,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11111100
Octal 157 275 374
Decimal 111 189 252
Hex 6F BD FC

RGB Percentages of Color #6fbdfc

%20.11
%34.24
%45.65

CMYK Percentages of Color #6fbdfc

%56
%25
%0
%1

Triadic Colors of #6fbdfc

#6fbdfc #fc6fbd #bdfc6f

Analogous Colors of #6fbdfc

#6fbdfc #6f77fc #6ffcf5

Monochromatic Colors of #6fbdfc

#6fbdfc

Complementary Color

#6fbdfc #fcae6f

#6fbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbdfc Color CSS Codes

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

#6fbdfc Text Font Color

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

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


#6fbdfc Background Color

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

This div background color is #6fbdfc


#6fbdfc Border Color

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

This div border color is #6fbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbdfc


Comments

No comments written yet.

Please login to write comment.