Color Hex Logo

#6fbac5 Color Hex

#6FBAC5
(111,186,197)
0 Favorites   0 Comments

Color spaces of #6fbac5

RGB 111186197
HSL0.520.430.60
HSV188°44°77°
CMYK 0.440.060.00   0.23
XYZ34.192542.528559.2300
Yxy42.52850.25150.3128
Hunter Lab65.2139-20.5344-8.2000
CIE-Lab71.2338-20.4030-12.8610

#6fbac5 color RGB value is (111,186,197).

#6fbac5 hex color red value is 111, green value is 186 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #6fbac5 hue: 0.52 , saturation: 0.43 and the lightness value of 6fbac5 is 0.60.

The process color (four color CMYK) of #6fbac5 color hex is 0.44, 0.06, 0.00, 0.23. Web safe color of #6fbac5 is #66cccc. Color #6fbac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11000101
Octal 157 272 305
Decimal 111 186 197
Hex 6F BA C5

RGB Percentages of Color #6fbac5

%22.47
%37.65
%39.88

CMYK Percentages of Color #6fbac5

%44
%6
%0
%23

Triadic Colors of #6fbac5

#6fbac5 #c56fba #bac56f

Analogous Colors of #6fbac5

#6fbac5 #6f8fc5 #6fc5a5

Monochromatic Colors of #6fbac5

#6fbac5

Complementary Color

#6fbac5 #c57a6f

#6fbac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbac5 Color CSS Codes

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

#6fbac5 Text Font Color

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

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


#6fbac5 Background Color

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

This div background color is #6fbac5


#6fbac5 Border Color

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

This div border color is #6fbac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbac5


Comments

No comments written yet.

Please login to write comment.