Color Hex Logo

#6fbcbf Color Hex

#6FBCBF
(111,188,191)
0 Favorites   0 Comments

Color spaces of #6fbcbf

RGB 111188191
HSL0.510.380.59
HSV182°42°75°
CMYK 0.420.020.00   0.25
XYZ33.942743.107555.8218
Yxy43.10750.25550.3244
Hunter Lab65.6563-22.6184-4.4497
CIE-Lab71.6279-22.9698-8.9879

#6fbcbf color RGB value is (111,188,191).

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

The process color (four color CMYK) of #6fbcbf color hex is 0.42, 0.02, 0.00, 0.25. Web safe color of #6fbcbf is #66cccc. Color #6fbcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 10111111
Octal 157 274 277
Decimal 111 188 191
Hex 6F BC BF

RGB Percentages of Color #6fbcbf

%22.65
%38.37
%38.98

CMYK Percentages of Color #6fbcbf

%42
%2
%0
%25

Triadic Colors of #6fbcbf

#6fbcbf #bf6fbc #bcbf6f

Analogous Colors of #6fbcbf

#6fbcbf #6f94bf #6fbf9a

Monochromatic Colors of #6fbcbf

#6fbcbf

Complementary Color

#6fbcbf #bf726f

#6fbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbcbf Color CSS Codes

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

#6fbcbf Text Font Color

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

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


#6fbcbf Background Color

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

This div background color is #6fbcbf


#6fbcbf Border Color

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

This div border color is #6fbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbcbf


Comments

No comments written yet.

Please login to write comment.