Color Hex Logo

#6cafcd Color Hex

#6CAFCD
(108,175,205)
0 Favorites   0 Comments

Color spaces of #6cafcd

RGB 108175205
HSL0.550.490.61
HSV199°47°80°
CMYK 0.470.150.00   0.20
XYZ32.533838.255963.4270
Yxy38.25590.24240.2850
Hunter Lab61.8514-14.3489-17.5044
CIE-Lab68.2088-13.2100-21.8451

#6cafcd color RGB value is (108,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11001101
Octal 154 257 315
Decimal 108 175 205
Hex 6C AF CD

RGB Percentages of Color #6cafcd

%22.13
%35.86
%42.01

CMYK Percentages of Color #6cafcd

%47
%15
%0
%20

Triadic Colors of #6cafcd

#6cafcd #cd6caf #afcd6c

Analogous Colors of #6cafcd

#6cafcd #6c7fcd #6ccdbb

Monochromatic Colors of #6cafcd

#6cafcd

Complementary Color

#6cafcd #cd8a6c

#6cafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafcd Color CSS Codes

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

#6cafcd Text Font Color

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

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


#6cafcd Background Color

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

This div background color is #6cafcd


#6cafcd Border Color

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

This div border color is #6cafcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,175,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafcd


Comments

No comments written yet.

Please login to write comment.