Color Hex Logo

#00aeed Color Hex

#00AEED
(0,174,237)
0 Favorites   0 Comments

Color spaces of #00aeed

RGB 0174237
HSL0.541.000.46
HSV196°100°93°
CMYK 1.000.270.00   0.07
XYZ30.422136.386585.5407
Yxy36.38650.19970.2388
Hunter Lab60.3212-15.5384-41.8535
CIE-Lab66.8142-14.9361-41.7613

#00aeed color RGB value is (0,174,237).

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

The process color (four color CMYK) of #00aeed color hex is 1.00, 0.27, 0.00, 0.07. Web safe color of #00aeed is #0099ff. Color #00aeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101110 11101101
Octal 0 256 355
Decimal 0 174 237
Hex 0 AE ED

RGB Percentages of Color #00aeed

%0.00
%42.34
%57.66

CMYK Percentages of Color #00aeed

%100
%27
%0
%7

Triadic Colors of #00aeed

#00aeed #ed00ae #aeed00

Analogous Colors of #00aeed

#00aeed #0037ed #00edb6

Monochromatic Colors of #00aeed

#00aeed

Complementary Color

#00aeed #ed3f00

#00aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aeed Color CSS Codes

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

#00aeed Text Font Color

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

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


#00aeed Background Color

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

This div background color is #00aeed


#00aeed Border Color

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

This div border color is #00aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aeed


Comments

No comments written yet.

Please login to write comment.