color codes Logo

#00aecb color codes

#00AECB
(0,174,203)
0 Favorites   0 Comments

Color spaces of #00aecb

RGB 0174203
HSL0.521.000.40
HSV189°100°80°
CMYK 1.000.140.00   0.20
XYZ25.915534.583961.8094
Yxy34.58390.21190.2828
Hunter Lab58.8081-24.2529-21.1503
CIE-Lab65.4234-26.7401-25.2152

#00aecb color RGB value is (0,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101110 11001011
Octal 0 256 313
Decimal 0 174 203
Hex 0 AE CB

RGB Percentages of Color #00aecb

%0.00
%46.15
%53.85

CMYK Percentages of Color #00aecb

%100
%14
%0
%20

Triadic Colors of #00aecb

#00aecb #cb00ae #aecb00

Analogous Colors of #00aecb

#00aecb #0049cb #00cb83

Monochromatic Colors of #00aecb

#00aecb

Complementary Color

#00aecb #cb1d00

#00aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aecb Color CSS Codes

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

#00aecb Text Font Color

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

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


#00aecb Background Color

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

This div background color is #00aecb


#00aecb Border Color

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

This div border color is #00aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aecb


Comments

No comments written yet.

Please login to write comment.