Color Hex Logo

#6abcdc Color Hex

#6ABCDC
(106,188,220)
0 Favorites   0 Comments

Color spaces of #6abcdc

RGB 106188220
HSL0.550.620.64
HSV197°52°86°
CMYK 0.520.150.00   0.14
XYZ36.845344.197974.2992
Yxy44.19790.23720.2845
Hunter Lab66.4815-17.4146-19.7250
CIE-Lab72.3606-16.2915-23.7320

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

#6abcdc hex color red value is 106, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6abcdc hue: 0.55 , saturation: 0.62 and the lightness value of 6abcdc is 0.64.

The process color (four color CMYK) of #6abcdc color hex is 0.52, 0.15, 0.00, 0.14. Web safe color of #6abcdc is #66cccc. Color #6abcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 11011100
Octal 152 274 334
Decimal 106 188 220
Hex 6A BC DC

RGB Percentages of Color #6abcdc

%20.62
%36.58
%42.80

CMYK Percentages of Color #6abcdc

%52
%15
%0
%14

Triadic Colors of #6abcdc

#6abcdc #dc6abc #bcdc6a

Analogous Colors of #6abcdc

#6abcdc #6a83dc #6adcc3

Monochromatic Colors of #6abcdc

#6abcdc

Complementary Color

#6abcdc #dc8a6a

#6abcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcdc Color CSS Codes

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

#6abcdc Text Font Color

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

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


#6abcdc Background Color

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

This div background color is #6abcdc


#6abcdc Border Color

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

This div border color is #6abcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcdc


Comments

No comments written yet.

Please login to write comment.