Color Hex Logo

#00aeef Color Hex

#00AEEF
(0,174,239)
12 Favorites   2 Comments

Color spaces of #00aeef

RGB 0174239
HSL0.551.000.47
HSV196°100°94°
CMYK 1.000.270.00   0.06
XYZ30.716036.504187.0884
Yxy36.50410.19910.2366
Hunter Lab60.4186-14.9856-43.1685
CIE-Lab66.9033-14.2223-42.7140

#00aeef color RGB value is (0,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101110 11101111
Octal 0 256 357
Decimal 0 174 239
Hex 0 AE EF

RGB Percentages of Color #00aeef

%0.00
%42.13
%57.87

CMYK Percentages of Color #00aeef

%100
%27
%0
%6

Triadic Colors of #00aeef

#00aeef #ef00ae #aeef00

Analogous Colors of #00aeef

#00aeef #0037ef #00efb9

Monochromatic Colors of #00aeef

#00aeef

Complementary Color

#00aeef #ef4100

#00aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aeef Color CSS Codes

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

#00aeef Text Font Color

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

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


#00aeef Background Color

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

This div background color is #00aeef


#00aeef Border Color

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

This div border color is #00aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aeef


Comments

23 Sep 2022, 15:16 harmjacobs

Best colour ever

13 Jun 2022, 19:22 Araneo_boi

This is actually the cyan printers use

Please login to write comment.