Color Hex Logo

#00aee0 Color Hex

#00AEE0
(0,174,224)
0 Favorites   0 Comments

Color spaces of #00aee0

RGB 0174224
HSL0.541.000.44
HSV193°100°88°
CMYK 1.000.220.00   0.12
XYZ28.590635.653975.8960
Yxy35.65390.20400.2544
Hunter Lab59.7109-19.0252-33.5634
CIE-Lab66.2546-19.5303-35.5120

#00aee0 color RGB value is (0,174,224).

#00aee0 hex color red value is 0, green value is 174 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #00aee0 hue: 0.54 , saturation: 1.00 and the lightness value of 00aee0 is 0.44.

The process color (four color CMYK) of #00aee0 color hex is 1.00, 0.22, 0.00, 0.12. Web safe color of #00aee0 is #0099cc. Color #00aee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101110 11100000
Octal 0 256 340
Decimal 0 174 224
Hex 0 AE E0

RGB Percentages of Color #00aee0

%0.00
%43.72
%56.28

CMYK Percentages of Color #00aee0

%100
%22
%0
%12

Triadic Colors of #00aee0

#00aee0 #e000ae #aee000

Analogous Colors of #00aee0

#00aee0 #003ee0 #00e0a2

Monochromatic Colors of #00aee0

#00aee0

Complementary Color

#00aee0 #e03200

#00aee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aee0 Color CSS Codes

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

#00aee0 Text Font Color

<p style="color:#00aee0">Text here</p>

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


#00aee0 Background Color

<div style="background-color:#00aee0">
Div content here</div>

This div background color is #00aee0


#00aee0 Border Color

<div style="border:3px solid #00aee0">
Div here</div>

This div border color is #00aee0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,174,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00aee0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00aee0;
  -webkit-box-shadow: 1px 1px 3px 2px #00aee0;
  box-shadow:         1px 1px 3px 2px #00aee0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aee0


Comments

No comments written yet.

Please login to write comment.