Color Hex Logo

#06aeef Color Hex

#06AEEF
(6,174,239)
0 Favorites   0 Comments

Color spaces of #06aeef

RGB 6174239
HSL0.550.950.48
HSV197°97°94°
CMYK 0.970.270.00   0.06
XYZ30.791136.542887.0920
Yxy36.54280.19940.2366
Hunter Lab60.4506-14.8680-43.1044
CIE-Lab66.9326-14.0692-42.6661

#06aeef color RGB value is (6,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101110 11101111
Octal 6 256 357
Decimal 6 174 239
Hex 6 AE EF

RGB Percentages of Color #06aeef

%1.43
%41.53
%57.04

CMYK Percentages of Color #06aeef

%97
%27
%0
%6

Triadic Colors of #06aeef

#06aeef #ef06ae #aeef06

Analogous Colors of #06aeef

#06aeef #0639ef #06efbc

Monochromatic Colors of #06aeef

#06aeef

Complementary Color

#06aeef #ef4706

#06aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#06aeef Color CSS Codes

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

#06aeef Text Font Color

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

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


#06aeef Background Color

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

This div background color is #06aeef


#06aeef Border Color

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

This div border color is #06aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06aeef


Comments

No comments written yet.

Please login to write comment.