Color Hex Logo

#6dbacb Color Hex

#6DBACB
(109,186,203)
0 Favorites   0 Comments

Color spaces of #6dbacb

RGB 109186203
HSL0.530.470.61
HSV191°46°80°
CMYK 0.460.080.00   0.20
XYZ34.645142.680862.9121
Yxy42.68080.24700.3043
Hunter Lab65.3305-19.6690-11.3638
CIE-Lab71.3378-19.2891-15.9970

#6dbacb color RGB value is (109,186,203).

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

The process color (four color CMYK) of #6dbacb color hex is 0.46, 0.08, 0.00, 0.20. Web safe color of #6dbacb is #66cccc. Color #6dbacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 11001011
Octal 155 272 313
Decimal 109 186 203
Hex 6D BA CB

RGB Percentages of Color #6dbacb

%21.89
%37.35
%40.76

CMYK Percentages of Color #6dbacb

%46
%8
%0
%20

Triadic Colors of #6dbacb

#6dbacb #cb6dba #bacb6d

Analogous Colors of #6dbacb

#6dbacb #6d8bcb #6dcbad

Monochromatic Colors of #6dbacb

#6dbacb

Complementary Color

#6dbacb #cb7e6d

#6dbacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbacb Color CSS Codes

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

#6dbacb Text Font Color

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

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


#6dbacb Background Color

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

This div background color is #6dbacb


#6dbacb Border Color

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

This div border color is #6dbacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,186,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 #6dbacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbacb


Comments

No comments written yet.

Please login to write comment.