Color Hex Logo

#6caedf Color Hex

#6CAEDF
(108,174,223)
0 Favorites   0 Comments

Color spaces of #6caedf

RGB 108174223
HSL0.570.640.65
HSV206°52°87°
CMYK 0.520.220.00   0.13
XYZ34.639738.788075.4732
Yxy38.78800.23260.2605
Hunter Lab62.2800-9.7096-28.2538
CIE-Lab68.5974-7.4958-31.1428

#6caedf color RGB value is (108,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 11011111
Octal 154 256 337
Decimal 108 174 223
Hex 6C AE DF

RGB Percentages of Color #6caedf

%21.39
%34.46
%44.16

CMYK Percentages of Color #6caedf

%52
%22
%0
%13

Triadic Colors of #6caedf

#6caedf #df6cae #aedf6c

Analogous Colors of #6caedf

#6caedf #6c75df #6cdfd7

Monochromatic Colors of #6caedf

#6caedf

Complementary Color

#6caedf #df9d6c

#6caedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caedf Color CSS Codes

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

#6caedf Text Font Color

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

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


#6caedf Background Color

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

This div background color is #6caedf


#6caedf Border Color

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

This div border color is #6caedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caedf

#6caedf Color Palettes


Comments

No comments written yet.

Please login to write comment.