Color Hex Logo

#6fbcda Color Hex

#6FBCDA
(111,188,218)
0 Favorites   0 Comments

Color spaces of #6fbcda

RGB 111188218
HSL0.550.590.65
HSV197°49°85°
CMYK 0.490.140.00   0.15
XYZ37.193744.407972.9409
Yxy44.40790.24070.2874
Hunter Lab66.6393-16.9916-18.2492
CIE-Lab72.5003-15.7482-22.4115

#6fbcda color RGB value is (111,188,218).

#6fbcda hex color red value is 111, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6fbcda hue: 0.55 , saturation: 0.59 and the lightness value of 6fbcda is 0.65.

The process color (four color CMYK) of #6fbcda color hex is 0.49, 0.14, 0.00, 0.15. Web safe color of #6fbcda is #66cccc. Color #6fbcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 11011010
Octal 157 274 332
Decimal 111 188 218
Hex 6F BC DA

RGB Percentages of Color #6fbcda

%21.47
%36.36
%42.17

CMYK Percentages of Color #6fbcda

%49
%14
%0
%15

Triadic Colors of #6fbcda

#6fbcda #da6fbc #bcda6f

Analogous Colors of #6fbcda

#6fbcda #6f87da #6fdac3

Monochromatic Colors of #6fbcda

#6fbcda

Complementary Color

#6fbcda #da8d6f

#6fbcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbcda Color CSS Codes

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

#6fbcda Text Font Color

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

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


#6fbcda Background Color

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

This div background color is #6fbcda


#6fbcda Border Color

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

This div border color is #6fbcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbcda


Comments

No comments written yet.

Please login to write comment.