Color Hex Logo

#06aeea Color Hex

#06AEEA
(6,174,234)
0 Favorites   0 Comments

Color spaces of #06aeea

RGB 6174234
HSL0.540.950.47
HSV196°97°92°
CMYK 0.970.260.00   0.08
XYZ30.062436.251383.2547
Yxy36.25130.20100.2424
Hunter Lab60.2091-16.2407-39.8375
CIE-Lab66.7115-15.8467-40.2796

#06aeea color RGB value is (6,174,234).

#06aeea hex color red value is 6, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #06aeea hue: 0.54 , saturation: 0.95 and the lightness value of 06aeea is 0.47.

The process color (four color CMYK) of #06aeea color hex is 0.97, 0.26, 0.00, 0.08. Web safe color of #06aeea is #0099ff. Color #06aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101110 11101010
Octal 6 256 352
Decimal 6 174 234
Hex 6 AE EA

RGB Percentages of Color #06aeea

%1.45
%42.03
%56.52

CMYK Percentages of Color #06aeea

%97
%26
%0
%8

Triadic Colors of #06aeea

#06aeea #ea06ae #aeea06

Analogous Colors of #06aeea

#06aeea #063cea #06eab4

Monochromatic Colors of #06aeea

#06aeea

Complementary Color

#06aeea #ea4206

#06aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#06aeea Color CSS Codes

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

#06aeea Text Font Color

<p style="color:#06aeea">Text here</p>

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


#06aeea Background Color

<div style="background-color:#06aeea">
Div content here</div>

This div background color is #06aeea


#06aeea Border Color

<div style="border:3px solid #06aeea">
Div here</div>

This div border color is #06aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06aeea


Comments

No comments written yet.

Please login to write comment.