Color Hex Logo

#6caeea Color Hex

#6CAEEA
(108,174,234)
0 Favorites   0 Comments

Color spaces of #6caeea

RGB 108174234
HSL0.580.750.67
HSV209°54°92°
CMYK 0.540.260.00   0.08
XYZ36.171739.400883.5406
Yxy39.40080.22730.2476
Hunter Lab62.7701-6.9857-34.9700
CIE-Lab69.0406-4.2166-36.4730

#6caeea color RGB value is (108,174,234).

#6caeea hex color red value is 108, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6caeea hue: 0.58 , saturation: 0.75 and the lightness value of 6caeea is 0.67.

The process color (four color CMYK) of #6caeea color hex is 0.54, 0.26, 0.00, 0.08. Web safe color of #6caeea is #6699ff. Color #6caeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 11101010
Octal 154 256 352
Decimal 108 174 234
Hex 6C AE EA

RGB Percentages of Color #6caeea

%20.93
%33.72
%45.35

CMYK Percentages of Color #6caeea

%54
%26
%0
%8

Triadic Colors of #6caeea

#6caeea #ea6cae #aeea6c

Analogous Colors of #6caeea

#6caeea #6c6fea #6ceae7

Monochromatic Colors of #6caeea

#6caeea

Complementary Color

#6caeea #eaa86c

#6caeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caeea Color CSS Codes

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

#6caeea Text Font Color

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

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


#6caeea Background Color

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

This div background color is #6caeea


#6caeea Border Color

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

This div border color is #6caeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caeea


Comments

No comments written yet.

Please login to write comment.