Color Hex Logo

#6dabcc Color Hex

#6DABCC
(109,171,204)
0 Favorites   0 Comments

Color spaces of #6dabcc

RGB 109171204
HSL0.560.480.61
HSV201°47°80°
CMYK 0.470.160.00   0.20
XYZ31.768736.736762.5432
Yxy36.73670.24240.2803
Hunter Lab60.6108-12.5095-18.7527
CIE-Lab67.0790-11.1039-23.0135

#6dabcc color RGB value is (109,171,204).

#6dabcc hex color red value is 109, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6dabcc hue: 0.56 , saturation: 0.48 and the lightness value of 6dabcc is 0.61.

The process color (four color CMYK) of #6dabcc color hex is 0.47, 0.16, 0.00, 0.20. Web safe color of #6dabcc is #6699cc. Color #6dabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 11001100
Octal 155 253 314
Decimal 109 171 204
Hex 6D AB CC

RGB Percentages of Color #6dabcc

%22.52
%35.33
%42.15

CMYK Percentages of Color #6dabcc

%47
%16
%0
%20

Triadic Colors of #6dabcc

#6dabcc #cc6dab #abcc6d

Analogous Colors of #6dabcc

#6dabcc #6d7ccc #6dccbe

Monochromatic Colors of #6dabcc

#6dabcc

Complementary Color

#6dabcc #cc8e6d

#6dabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabcc Color CSS Codes

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

#6dabcc Text Font Color

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

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


#6dabcc Background Color

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

This div background color is #6dabcc


#6dabcc Border Color

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

This div border color is #6dabcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,171,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dabcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dabcc;
  -webkit-box-shadow: 1px 1px 3px 2px #6dabcc;
  box-shadow:         1px 1px 3px 2px #6dabcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabcc


Comments

No comments written yet.

Please login to write comment.