Color Hex Logo

#00acee Color Hex

#00ACEE
(0,172,238)
2 Favorites   1 Comments

Color spaces of #00acee

RGB 0172238
HSL0.551.000.47
HSV197°100°93°
CMYK 1.000.280.00   0.07
XYZ30.185135.678186.1846
Yxy35.67810.19850.2347
Hunter Lab59.7311-14.3246-43.7363
CIE-Lab66.2732-13.4948-43.1559

#00acee color RGB value is (0,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101100 11101110
Octal 0 254 356
Decimal 0 172 238
Hex 0 AC EE

RGB Percentages of Color #00acee

%0.00
%41.95
%58.05

CMYK Percentages of Color #00acee

%100
%28
%0
%7

Triadic Colors of #00acee

#00acee #ee00ac #acee00

Analogous Colors of #00acee

#00acee #0035ee #00eeb9

Monochromatic Colors of #00acee

#00acee

Complementary Color

#00acee #ee4200

#00acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00acee Color CSS Codes

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

#00acee Text Font Color

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

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


#00acee Background Color

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

This div background color is #00acee


#00acee Border Color

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

This div border color is #00acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00acee


Comments

25 Mar 2021, 19:13 Bit125

Twitter gang

Please login to write comment.