Color Hex Logo

#03aebe Color Hex

#03AEBE
(3,174,190)
0 Favorites   0 Comments

Color spaces of #03aebe

RGB 3174190
HSL0.510.970.38
HSV185°98°75°
CMYK 0.980.080.00   0.25
XYZ24.467934.009253.9900
Yxy34.00920.21760.3024
Hunter Lab58.3174-27.1632-14.0682
CIE-Lab64.9699-30.9380-18.6968

#03aebe color RGB value is (3,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10101110 10111110
Octal 3 256 276
Decimal 3 174 190
Hex 3 AE BE

RGB Percentages of Color #03aebe

%0.82
%47.41
%51.77

CMYK Percentages of Color #03aebe

%98
%8
%0
%25

Triadic Colors of #03aebe

#03aebe #be03ae #aebe03

Analogous Colors of #03aebe

#03aebe #0350be #03be71

Monochromatic Colors of #03aebe

#03aebe

Complementary Color

#03aebe #be1303

#03aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#03aebe Color CSS Codes

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

#03aebe Text Font Color

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

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


#03aebe Background Color

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

This div background color is #03aebe


#03aebe Border Color

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

This div border color is #03aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03aebe


Comments

No comments written yet.

Please login to write comment.