Color Hex Logo

#00aec2 Color Hex

#00AEC2
(0,174,194)
1 Favorites   0 Comments

Color spaces of #00aec2

RGB 0174194
HSL0.521.000.38
HSV186°100°76°
CMYK 1.000.100.00   0.24
XYZ24.873734.167156.3229
Yxy34.16710.21560.2962
Hunter Lab58.4526-26.3339-16.2129
CIE-Lab65.0950-29.7286-20.7291

#00aec2 color RGB value is (0,174,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101110 11000010
Octal 0 256 302
Decimal 0 174 194
Hex 0 AE C2

RGB Percentages of Color #00aec2

%0.00
%47.28
%52.72

CMYK Percentages of Color #00aec2

%100
%10
%0
%24

Triadic Colors of #00aec2

#00aec2 #c200ae #aec200

Analogous Colors of #00aec2

#00aec2 #004dc2 #00c275

Monochromatic Colors of #00aec2

#00aec2

Complementary Color

#00aec2 #c21400

#00aec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aec2 Color CSS Codes

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

#00aec2 Text Font Color

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

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


#00aec2 Background Color

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

This div background color is #00aec2


#00aec2 Border Color

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

This div border color is #00aec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aec2


Comments

No comments written yet.

Please login to write comment.