Color Hex Logo

#6fbcbd Color Hex

#6FBCBD
(111,188,189)
0 Favorites   0 Comments

Color spaces of #6fbcbd

RGB 111188189
HSL0.500.370.59
HSV181°41°74°
CMYK 0.410.010.00   0.26
XYZ33.724143.020154.6704
Yxy43.02010.25660.3274
Hunter Lab65.5897-23.0031-3.5067
CIE-Lab71.5686-23.4775-7.9819

#6fbcbd color RGB value is (111,188,189).

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

The process color (four color CMYK) of #6fbcbd color hex is 0.41, 0.01, 0.00, 0.26. Web safe color of #6fbcbd is #66cccc. Color #6fbcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111100 10111101
Octal 157 274 275
Decimal 111 188 189
Hex 6F BC BD

RGB Percentages of Color #6fbcbd

%22.75
%38.52
%38.73

CMYK Percentages of Color #6fbcbd

%41
%1
%0
%26

Triadic Colors of #6fbcbd

#6fbcbd #bd6fbc #bcbd6f

Analogous Colors of #6fbcbd

#6fbcbd #6f95bd #6fbd97

Monochromatic Colors of #6fbcbd

#6fbcbd

Complementary Color

#6fbcbd #bd706f

#6fbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbcbd Color CSS Codes

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

#6fbcbd Text Font Color

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

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


#6fbcbd Background Color

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

This div background color is #6fbcbd


#6fbcbd Border Color

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

This div border color is #6fbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbcbd


Comments

No comments written yet.

Please login to write comment.