Color Hex Logo

#02aecb Color Hex

#02AECB
(2,174,203)
0 Favorites   0 Comments

Color spaces of #02aecb

RGB 2174203
HSL0.520.980.40
HSV189°99°80°
CMYK 0.990.140.00   0.20
XYZ25.940634.596861.8106
Yxy34.59680.21200.2828
Hunter Lab58.8190-24.2106-21.1322
CIE-Lab65.4335-26.6791-25.1989

#02aecb color RGB value is (2,174,203).

#02aecb hex color red value is 2, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #02aecb hue: 0.52 , saturation: 0.98 and the lightness value of 02aecb is 0.40.

The process color (four color CMYK) of #02aecb color hex is 0.99, 0.14, 0.00, 0.20. Web safe color of #02aecb is #0099cc. Color #02aecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101110 11001011
Octal 2 256 313
Decimal 2 174 203
Hex 2 AE CB

RGB Percentages of Color #02aecb

%0.53
%45.91
%53.56

CMYK Percentages of Color #02aecb

%99
%14
%0
%20

Triadic Colors of #02aecb

#02aecb #cb02ae #aecb02

Analogous Colors of #02aecb

#02aecb #024acb #02cb84

Monochromatic Colors of #02aecb

#02aecb

Complementary Color

#02aecb #cb1f02

#02aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#02aecb Color CSS Codes

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

#02aecb Text Font Color

<p style="color:#02aecb">Text here</p>

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


#02aecb Background Color

<div style="background-color:#02aecb">
Div content here</div>

This div background color is #02aecb


#02aecb Border Color

<div style="border:3px solid #02aecb">
Div here</div>

This div border color is #02aecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,174,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02aecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02aecb;
  -webkit-box-shadow: 1px 1px 3px 2px #02aecb;
  box-shadow:         1px 1px 3px 2px #02aecb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02aecb


Comments

No comments written yet.

Please login to write comment.