Color Hex Logo

#6caddf Color Hex

#6CADDF
(108,173,223)
1 Favorites   0 Comments

Color spaces of #6caddf

RGB 108173223
HSL0.570.640.65
HSV206°52°87°
CMYK 0.520.220.00   0.13
XYZ34.447238.403075.4090
Yxy38.40300.23230.2590
Hunter Lab61.9702-9.2254-28.7685
CIE-Lab68.3166-6.9481-31.5768

#6caddf color RGB value is (108,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 11011111
Octal 154 255 337
Decimal 108 173 223
Hex 6C AD DF

RGB Percentages of Color #6caddf

%21.43
%34.33
%44.25

CMYK Percentages of Color #6caddf

%52
%22
%0
%13

Triadic Colors of #6caddf

#6caddf #df6cad #addf6c

Analogous Colors of #6caddf

#6caddf #6c74df #6cdfd8

Monochromatic Colors of #6caddf

#6caddf

Complementary Color

#6caddf #df9e6c

#6caddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caddf Color CSS Codes

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

#6caddf Text Font Color

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

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


#6caddf Background Color

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

This div background color is #6caddf


#6caddf Border Color

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

This div border color is #6caddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caddf


Comments

No comments written yet.

Please login to write comment.