Color Hex Logo

#03aebc Color Hex

#03AEBC
(3,174,188)
0 Favorites   0 Comments

Color spaces of #03aebc

RGB 3174188
HSL0.510.970.37
HSV185°98°74°
CMYK 0.980.070.00   0.26
XYZ24.250733.922352.8465
Yxy33.92230.21840.3056
Hunter Lab58.2429-27.6026-13.0266
CIE-Lab64.9009-31.5845-17.6903

#03aebc color RGB value is (3,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10101110 10111100
Octal 3 256 274
Decimal 3 174 188
Hex 3 AE BC

RGB Percentages of Color #03aebc

%0.82
%47.67
%51.51

CMYK Percentages of Color #03aebc

%98
%7
%0
%26

Triadic Colors of #03aebc

#03aebc #bc03ae #aebc03

Analogous Colors of #03aebc

#03aebc #0351bc #03bc6e

Monochromatic Colors of #03aebc

#03aebc

Complementary Color

#03aebc #bc1103

#03aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#03aebc Color CSS Codes

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

#03aebc Text Font Color

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

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


#03aebc Background Color

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

This div background color is #03aebc


#03aebc Border Color

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

This div border color is #03aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03aebc


Comments

No comments written yet.

Please login to write comment.