Color Hex Logo

#6cafdf Color Hex

#6CAFDF
(108,175,223)
0 Favorites   0 Comments

Color spaces of #6cafdf

RGB 108175223
HSL0.570.640.65
HSV205°52°87°
CMYK 0.520.220.00   0.13
XYZ34.833639.175875.5378
Yxy39.17580.23290.2620
Hunter Lab62.5906-10.1927-27.7411
CIE-Lab68.8784-8.0418-30.7088

#6cafdf color RGB value is (108,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11011111
Octal 154 257 337
Decimal 108 175 223
Hex 6C AF DF

RGB Percentages of Color #6cafdf

%21.34
%34.58
%44.07

CMYK Percentages of Color #6cafdf

%52
%22
%0
%13

Triadic Colors of #6cafdf

#6cafdf #df6caf #afdf6c

Analogous Colors of #6cafdf

#6cafdf #6c76df #6cdfd6

Monochromatic Colors of #6cafdf

#6cafdf

Complementary Color

#6cafdf #df9c6c

#6cafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafdf Color CSS Codes

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

#6cafdf Text Font Color

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

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


#6cafdf Background Color

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

This div background color is #6cafdf


#6cafdf Border Color

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

This div border color is #6cafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafdf


Comments

No comments written yet.

Please login to write comment.