Color Hex Logo

#6abcbd Color Hex

#6ABCBD
(106,188,189)
0 Favorites   0 Comments

Color spaces of #6abcbd

RGB 106188189
HSL0.500.390.58
HSV181°44°74°
CMYK 0.440.010.00   0.26
XYZ33.112442.704754.6417
Yxy42.70470.25380.3273
Hunter Lab65.3488-23.9141-3.8314
CIE-Lab71.3541-24.7060-8.3240

#6abcbd color RGB value is (106,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 10111101
Octal 152 274 275
Decimal 106 188 189
Hex 6A BC BD

RGB Percentages of Color #6abcbd

%21.95
%38.92
%39.13

CMYK Percentages of Color #6abcbd

%44
%1
%0
%26

Triadic Colors of #6abcbd

#6abcbd #bd6abc #bcbd6a

Analogous Colors of #6abcbd

#6abcbd #6a93bd #6abd95

Monochromatic Colors of #6abcbd

#6abcbd

Complementary Color

#6abcbd #bd6b6a

#6abcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcbd Color CSS Codes

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

#6abcbd Text Font Color

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

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


#6abcbd Background Color

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

This div background color is #6abcbd


#6abcbd Border Color

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

This div border color is #6abcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,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 #6abcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcbd


Comments

No comments written yet.

Please login to write comment.