Color Hex Logo

#6fbbca Color Hex

#6FBBCA
(111,187,202)
0 Favorites   0 Comments

Color spaces of #6fbbca

RGB 111187202
HSL0.530.460.61
HSV190°45°79°
CMYK 0.450.070.00   0.21
XYZ34.986543.184462.3686
Yxy43.18440.24890.3073
Hunter Lab65.7148-19.9678-10.2705
CIE-Lab71.6799-19.5946-14.9260

#6fbbca color RGB value is (111,187,202).

#6fbbca hex color red value is 111, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6fbbca hue: 0.53 , saturation: 0.46 and the lightness value of 6fbbca is 0.61.

The process color (four color CMYK) of #6fbbca color hex is 0.45, 0.07, 0.00, 0.21. Web safe color of #6fbbca is #66cccc. Color #6fbbca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111011 11001010
Octal 157 273 312
Decimal 111 187 202
Hex 6F BB CA

RGB Percentages of Color #6fbbca

%22.20
%37.40
%40.40

CMYK Percentages of Color #6fbbca

%45
%7
%0
%21

Triadic Colors of #6fbbca

#6fbbca #ca6fbb #bbca6f

Analogous Colors of #6fbbca

#6fbbca #6f8eca #6fcaac

Monochromatic Colors of #6fbbca

#6fbbca

Complementary Color

#6fbbca #ca7e6f

#6fbbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbbca Color CSS Codes

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

#6fbbca Text Font Color

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

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


#6fbbca Background Color

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

This div background color is #6fbbca


#6fbbca Border Color

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

This div border color is #6fbbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbbca


Comments

No comments written yet.

Please login to write comment.