Color Hex Logo

#6cafcb Color Hex

#6CAFCB
(108,175,203)
0 Favorites   0 Comments

Color spaces of #6cafcb

RGB 108175203
HSL0.550.480.61
HSV198°47°80°
CMYK 0.470.140.00   0.20
XYZ32.293838.159962.1634
Yxy38.15990.24350.2877
Hunter Lab61.7737-14.7885-16.4224
CIE-Lab68.1383-13.7683-20.8499

#6cafcb color RGB value is (108,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11001011
Octal 154 257 313
Decimal 108 175 203
Hex 6C AF CB

RGB Percentages of Color #6cafcb

%22.22
%36.01
%41.77

CMYK Percentages of Color #6cafcb

%47
%14
%0
%20

Triadic Colors of #6cafcb

#6cafcb #cb6caf #afcb6c

Analogous Colors of #6cafcb

#6cafcb #6c80cb #6ccbb8

Monochromatic Colors of #6cafcb

#6cafcb

Complementary Color

#6cafcb #cb886c

#6cafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafcb Color CSS Codes

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

#6cafcb Text Font Color

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

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


#6cafcb Background Color

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

This div background color is #6cafcb


#6cafcb Border Color

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

This div border color is #6cafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafcb


Comments

No comments written yet.

Please login to write comment.