Color Hex Logo

#03aecb Color Hex

#03AECB
(3,174,203)
0 Favorites   0 Comments

Color spaces of #03aecb

RGB 3174203
HSL0.520.970.40
HSV189°99°80°
CMYK 0.990.140.00   0.20
XYZ25.953134.603361.8111
Yxy34.60330.21210.2828
Hunter Lab58.8246-24.1897-21.1230
CIE-Lab65.4386-26.6489-25.1905

#03aecb color RGB value is (3,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10101110 11001011
Octal 3 256 313
Decimal 3 174 203
Hex 3 AE CB

RGB Percentages of Color #03aecb

%0.79
%45.79
%53.42

CMYK Percentages of Color #03aecb

%99
%14
%0
%20

Triadic Colors of #03aecb

#03aecb #cb03ae #aecb03

Analogous Colors of #03aecb

#03aecb #034acb #03cb84

Monochromatic Colors of #03aecb

#03aecb

Complementary Color

#03aecb #cb2003

#03aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03aecb Color CSS Codes

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

#03aecb Text Font Color

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

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


#03aecb Background Color

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

This div background color is #03aecb


#03aecb Border Color

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

This div border color is #03aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03aecb


Comments

No comments written yet.

Please login to write comment.