Color Hex Logo

#03beae Color Hex

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

Color spaces of #03beae

RGB 3190174
HSL0.490.970.38
HSV175°98°75°
CMYK 0.980.000.08   0.25
XYZ26.091039.902346.3712
Yxy39.90230.23220.3551
Hunter Lab63.1683-36.81690.6936
CIE-Lab69.3999-43.1498-3.2321

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

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

The process color (four color CMYK) of #03beae color hex is 0.98, 0.00, 0.08, 0.25. Web safe color of #03beae is #00cc99. Color #03beae contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #03beae

%0.82
%51.77
%47.41

CMYK Percentages of Color #03beae

%98
%0
%8
%25

Triadic Colors of #03beae

#03beae #ae03be #beae03

Analogous Colors of #03beae

#03beae #0371be #03be51

Monochromatic Colors of #03beae

#03beae

Complementary Color

#03beae #be0313

#03beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#03beae Color CSS Codes

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

#03beae Text Font Color

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

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


#03beae Background Color

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

This div background color is #03beae


#03beae Border Color

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

This div border color is #03beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03beae


Comments

No comments written yet.

Please login to write comment.