Color Hex Logo

#6dabcf Color Hex

#6DABCF
(109,171,207)
0 Favorites   0 Comments

Color spaces of #6dabcf

RGB 109171207
HSL0.560.510.62
HSV202°47°81°
CMYK 0.470.170.00   0.19
XYZ32.132136.882064.4569
Yxy36.88200.24070.2763
Hunter Lab60.7306-11.8354-20.4166
CIE-Lab67.1884-10.2573-24.5036

#6dabcf color RGB value is (109,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 11001111
Octal 155 253 317
Decimal 109 171 207
Hex 6D AB CF

RGB Percentages of Color #6dabcf

%22.38
%35.11
%42.51

CMYK Percentages of Color #6dabcf

%47
%17
%0
%19

Triadic Colors of #6dabcf

#6dabcf #cf6dab #abcf6d

Analogous Colors of #6dabcf

#6dabcf #6d7acf #6dcfc2

Monochromatic Colors of #6dabcf

#6dabcf

Complementary Color

#6dabcf #cf916d

#6dabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabcf Color CSS Codes

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

#6dabcf Text Font Color

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

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


#6dabcf Background Color

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

This div background color is #6dabcf


#6dabcf Border Color

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

This div border color is #6dabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabcf


Comments

No comments written yet.

Please login to write comment.