Color Hex Logo

#00aecc Color Hex

#00AECC
(0,174,204)
1 Favorites   0 Comments

Color spaces of #00aecc

RGB 0174204
HSL0.521.000.40
HSV189°100°80°
CMYK 1.000.150.00   0.20
XYZ26.035134.631762.4391
Yxy34.63170.21150.2813
Hunter Lab58.8487-24.0155-21.7132
CIE-Lab65.4609-26.4037-25.7111

#00aecc color RGB value is (0,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101110 11001100
Octal 0 256 314
Decimal 0 174 204
Hex 0 AE CC

RGB Percentages of Color #00aecc

%0.00
%46.03
%53.97

CMYK Percentages of Color #00aecc

%100
%15
%0
%20

Triadic Colors of #00aecc

#00aecc #cc00ae #aecc00

Analogous Colors of #00aecc

#00aecc #0048cc #00cc84

Monochromatic Colors of #00aecc

#00aecc

Complementary Color

#00aecc #cc1e00

#00aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aecc Color CSS Codes

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

#00aecc Text Font Color

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

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


#00aecc Background Color

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

This div background color is #00aecc


#00aecc Border Color

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

This div border color is #00aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aecc


Comments

No comments written yet.

Please login to write comment.