Color Hex Logo

#03bbaf Color Hex

#03BBAF
(3,187,175)
0 Favorites   0 Comments

Color spaces of #03bbaf

RGB 3187175
HSL0.490.970.37
HSV176°98°73°
CMYK 0.980.000.06   0.27
XYZ25.545738.655246.6722
Yxy38.65520.23040.3486
Hunter Lab62.1733-35.4614-0.9864
CIE-Lab68.5008-41.5540-5.1072

#03bbaf color RGB value is (3,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111011 10101111
Octal 3 273 257
Decimal 3 187 175
Hex 3 BB AF

RGB Percentages of Color #03bbaf

%0.82
%51.23
%47.95

CMYK Percentages of Color #03bbaf

%98
%0
%6
%27

Triadic Colors of #03bbaf

#03bbaf #af03bb #bbaf03

Analogous Colors of #03bbaf

#03bbaf #036bbb #03bb53

Monochromatic Colors of #03bbaf

#03bbaf

Complementary Color

#03bbaf #bb030f

#03bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#03bbaf Color CSS Codes

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

#03bbaf Text Font Color

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

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


#03bbaf Background Color

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

This div background color is #03bbaf


#03bbaf Border Color

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

This div border color is #03bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03bbaf


Comments

No comments written yet.

Please login to write comment.