Color Hex Logo

#6abcbc Color Hex

#6ABCBC
(106,188,188)
0 Favorites   0 Comments

Color spaces of #6abcbc

RGB 106188188
HSL0.500.380.58
HSV180°44°74°
CMYK 0.440.000.00   0.26
XYZ33.004242.661554.0719
Yxy42.66150.25440.3288
Hunter Lab65.3158-24.1062-3.3624
CIE-Lab71.3246-24.9627-7.8204

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 10111100
Octal 152 274 274
Decimal 106 188 188
Hex 6A BC BC

RGB Percentages of Color #6abcbc

%21.99
%39.00
%39.00

CMYK Percentages of Color #6abcbc

%44
%0
%0
%26

Triadic Colors of #6abcbc

#6abcbc #bc6abc #bcbc6a

Analogous Colors of #6abcbc

#6abcbc #6a93bc #6abc93

Monochromatic Colors of #6abcbc

#6abcbc

Complementary Color

#6abcbc #bc6a6a

#6abcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcbc Color CSS Codes

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

#6abcbc Text Font Color

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

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


#6abcbc Background Color

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

This div background color is #6abcbc


#6abcbc Border Color

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

This div border color is #6abcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcbc


Comments

No comments written yet.

Please login to write comment.