Color Hex Logo

#03aec7 Color Hex

#03AEC7
(3,174,199)
0 Favorites   0 Comments

Color spaces of #03aec7

RGB 3174199
HSL0.520.970.40
HSV188°98°78°
CMYK 0.980.130.00   0.22
XYZ25.482434.415059.3325
Yxy34.41500.21370.2886
Hunter Lab58.6643-25.1263-18.9003
CIE-Lab65.2906-27.9841-23.2019

#03aec7 color RGB value is (3,174,199).

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

The process color (four color CMYK) of #03aec7 color hex is 0.98, 0.13, 0.00, 0.22. Web safe color of #03aec7 is #0099cc. Color #03aec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10101110 11000111
Octal 3 256 307
Decimal 3 174 199
Hex 3 AE C7

RGB Percentages of Color #03aec7

%0.80
%46.28
%52.93

CMYK Percentages of Color #03aec7

%98
%13
%0
%22

Triadic Colors of #03aec7

#03aec7 #c703ae #aec703

Analogous Colors of #03aec7

#03aec7 #034cc7 #03c77e

Monochromatic Colors of #03aec7

#03aec7

Complementary Color

#03aec7 #c71c03

#03aec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03aec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03aec7 Color CSS Codes

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

#03aec7 Text Font Color

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

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


#03aec7 Background Color

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

This div background color is #03aec7


#03aec7 Border Color

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

This div border color is #03aec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03aec7


Comments

No comments written yet.

Please login to write comment.