Color Hex Logo

#6caeda Color Hex

#6CAEDA
(108,174,218)
0 Favorites   0 Comments

Color spaces of #6caeda

RGB 108174218
HSL0.570.600.64
HSV204°50°85°
CMYK 0.500.200.00   0.15
XYZ33.975338.522271.9745
Yxy38.52220.23520.2666
Hunter Lab62.0663-10.9044-25.3087
CIE-Lab68.4037-8.9591-28.6983

#6caeda color RGB value is (108,174,218).

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

The process color (four color CMYK) of #6caeda color hex is 0.50, 0.20, 0.00, 0.15. Web safe color of #6caeda is #6699cc. Color #6caeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 11011010
Octal 154 256 332
Decimal 108 174 218
Hex 6C AE DA

RGB Percentages of Color #6caeda

%21.60
%34.80
%43.60

CMYK Percentages of Color #6caeda

%50
%20
%0
%15

Triadic Colors of #6caeda

#6caeda #da6cae #aeda6c

Analogous Colors of #6caeda

#6caeda #6c77da #6cdacf

Monochromatic Colors of #6caeda

#6caeda

Complementary Color

#6caeda #da986c

#6caeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caeda Color CSS Codes

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

#6caeda Text Font Color

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

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


#6caeda Background Color

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

This div background color is #6caeda


#6caeda Border Color

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

This div border color is #6caeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caeda

#6caeda Color Palettes


Comments

No comments written yet.

Please login to write comment.