Color Hex Logo

#6caccb Color Hex

#6CACCB
(108,172,203)
0 Favorites   0 Comments

Color spaces of #6caccb

RGB 108172203
HSL0.550.480.61
HSV200°47°80°
CMYK 0.470.150.00   0.20
XYZ31.716437.005061.9710
Yxy37.00500.24270.2831
Hunter Lab60.8317-13.3894-17.8182
CIE-Lab67.2808-12.1640-22.1571

#6caccb color RGB value is (108,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 11001011
Octal 154 254 313
Decimal 108 172 203
Hex 6C AC CB

RGB Percentages of Color #6caccb

%22.36
%35.61
%42.03

CMYK Percentages of Color #6caccb

%47
%15
%0
%20

Triadic Colors of #6caccb

#6caccb #cb6cac #accb6c

Analogous Colors of #6caccb

#6caccb #6c7dcb #6ccbbb

Monochromatic Colors of #6caccb

#6caccb

Complementary Color

#6caccb #cb8b6c

#6caccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caccb Color CSS Codes

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

#6caccb Text Font Color

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

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


#6caccb Background Color

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

This div background color is #6caccb


#6caccb Border Color

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

This div border color is #6caccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caccb


Comments

No comments written yet.

Please login to write comment.