Color Hex Logo

#6cafdd Color Hex

#6CAFDD
(108,175,221)
0 Favorites   0 Comments

Color spaces of #6cafdd

RGB 108175221
HSL0.570.620.65
HSV204°51°87°
CMYK 0.510.210.00   0.13
XYZ34.565539.068574.1258
Yxy39.06850.23390.2644
Hunter Lab62.5048-10.6719-26.5599
CIE-Lab68.8009-8.6278-29.7324

#6cafdd color RGB value is (108,175,221).

#6cafdd hex color red value is 108, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6cafdd hue: 0.57 , saturation: 0.62 and the lightness value of 6cafdd is 0.65.

The process color (four color CMYK) of #6cafdd color hex is 0.51, 0.21, 0.00, 0.13. Web safe color of #6cafdd is #6699cc. Color #6cafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11011101
Octal 154 257 335
Decimal 108 175 221
Hex 6C AF DD

RGB Percentages of Color #6cafdd

%21.43
%34.72
%43.85

CMYK Percentages of Color #6cafdd

%51
%21
%0
%13

Triadic Colors of #6cafdd

#6cafdd #dd6caf #afdd6c

Analogous Colors of #6cafdd

#6cafdd #6c77dd #6cddd3

Monochromatic Colors of #6cafdd

#6cafdd

Complementary Color

#6cafdd #dd9a6c

#6cafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafdd Color CSS Codes

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

#6cafdd Text Font Color

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

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


#6cafdd Background Color

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

This div background color is #6cafdd


#6cafdd Border Color

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

This div border color is #6cafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafdd


Comments

No comments written yet.

Please login to write comment.