Color Hex Logo

#6daccb Color Hex

#6DACCB
(109,172,203)
0 Favorites   0 Comments

Color spaces of #6daccb

RGB 109172203
HSL0.550.470.61
HSV200°46°80°
CMYK 0.460.150.00   0.20
XYZ31.838737.068161.9767
Yxy37.06810.24330.2832
Hunter Lab60.8836-13.2008-17.7360
CIE-Lab67.3281-11.9228-22.0806

#6daccb color RGB value is (109,172,203).

#6daccb hex color red value is 109, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6daccb hue: 0.55 , saturation: 0.47 and the lightness value of 6daccb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11001011
Octal 155 254 313
Decimal 109 172 203
Hex 6D AC CB

RGB Percentages of Color #6daccb

%22.52
%35.54
%41.94

CMYK Percentages of Color #6daccb

%46
%15
%0
%20

Triadic Colors of #6daccb

#6daccb #cb6dac #accb6d

Analogous Colors of #6daccb

#6daccb #6d7dcb #6dcbbb

Monochromatic Colors of #6daccb

#6daccb

Complementary Color

#6daccb #cb8c6d

#6daccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daccb Color CSS Codes

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

#6daccb Text Font Color

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

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


#6daccb Background Color

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

This div background color is #6daccb


#6daccb Border Color

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

This div border color is #6daccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daccb


Comments

No comments written yet.

Please login to write comment.