Color Hex Logo

#6cabcb Color Hex

#6CABCB
(108,171,203)
0 Favorites   0 Comments

Color spaces of #6cabcb

RGB 108171203
HSL0.560.480.61
HSV200°47°80°
CMYK 0.470.160.00   0.20
XYZ31.526736.625861.9078
Yxy36.62580.24240.2816
Hunter Lab60.5193-12.9215-18.2869
CIE-Lab66.9953-11.6265-22.5929

#6cabcb color RGB value is (108,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101011 11001011
Octal 154 253 313
Decimal 108 171 203
Hex 6C AB CB

RGB Percentages of Color #6cabcb

%22.41
%35.48
%42.12

CMYK Percentages of Color #6cabcb

%47
%16
%0
%20

Triadic Colors of #6cabcb

#6cabcb #cb6cab #abcb6c

Analogous Colors of #6cabcb

#6cabcb #6c7ccb #6ccbbc

Monochromatic Colors of #6cabcb

#6cabcb

Complementary Color

#6cabcb #cb8c6c

#6cabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cabcb Color CSS Codes

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

#6cabcb Text Font Color

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

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


#6cabcb Background Color

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

This div background color is #6cabcb


#6cabcb Border Color

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

This div border color is #6cabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cabcb


Comments

No comments written yet.

Please login to write comment.