Color Hex Logo

#6caedb Color Hex

#6CAEDB
(108,174,219)
0 Favorites   0 Comments

Color spaces of #6caedb

RGB 108174219
HSL0.570.610.64
HSV204°51°86°
CMYK 0.510.210.00   0.14
XYZ34.106638.574772.6659
Yxy38.57470.23470.2654
Hunter Lab62.1085-10.6675-25.8923
CIE-Lab68.4421-8.6678-29.1883

#6caedb color RGB value is (108,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 11011011
Octal 154 256 333
Decimal 108 174 219
Hex 6C AE DB

RGB Percentages of Color #6caedb

%21.56
%34.73
%43.71

CMYK Percentages of Color #6caedb

%51
%21
%0
%14

Triadic Colors of #6caedb

#6caedb #db6cae #aedb6c

Analogous Colors of #6caedb

#6caedb #6c77db #6cdbd1

Monochromatic Colors of #6caedb

#6caedb

Complementary Color

#6caedb #db996c

#6caedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caedb Color CSS Codes

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

#6caedb Text Font Color

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

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


#6caedb Background Color

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

This div background color is #6caedb


#6caedb Border Color

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

This div border color is #6caedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caedb


Comments

No comments written yet.

Please login to write comment.