Color Hex Logo

#03aeba Color Hex

#03AEBA
(3,174,186)
0 Favorites   0 Comments

Color spaces of #03aeba

RGB 3174186
HSL0.510.970.37
HSV184°98°73°
CMYK 0.980.060.00   0.27
XYZ24.036533.836651.7186
Yxy33.83660.21930.3088
Hunter Lab58.1692-28.0370-11.9966
CIE-Lab64.8327-32.2270-16.6816

#03aeba color RGB value is (3,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10101110 10111010
Octal 3 256 272
Decimal 3 174 186
Hex 3 AE BA

RGB Percentages of Color #03aeba

%0.83
%47.93
%51.24

CMYK Percentages of Color #03aeba

%98
%6
%0
%27

Triadic Colors of #03aeba

#03aeba #ba03ae #aeba03

Analogous Colors of #03aeba

#03aeba #0353ba #03ba6b

Monochromatic Colors of #03aeba

#03aeba

Complementary Color

#03aeba #ba0f03

#03aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#03aeba Color CSS Codes

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

#03aeba Text Font Color

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

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


#03aeba Background Color

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

This div background color is #03aeba


#03aeba Border Color

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

This div border color is #03aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03aeba


Comments

No comments written yet.

Please login to write comment.