Color Hex Logo

#03babe Color Hex

#03BABE
(3,186,190)
0 Favorites   0 Comments

Color spaces of #03babe

RGB 3186190
HSL0.500.970.38
HSV181°98°75°
CMYK 0.980.020.00   0.25
XYZ26.890738.854954.7977
Yxy38.85490.22310.3223
Hunter Lab62.3337-32.0792-8.4884
CIE-Lab68.6460-36.6138-13.1441

#03babe color RGB value is (3,186,190).

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

The process color (four color CMYK) of #03babe color hex is 0.98, 0.02, 0.00, 0.25. Web safe color of #03babe is #00cccc. Color #03babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111010 10111110
Octal 3 272 276
Decimal 3 186 190
Hex 3 BA BE

RGB Percentages of Color #03babe

%0.79
%49.08
%50.13

CMYK Percentages of Color #03babe

%98
%2
%0
%25

Triadic Colors of #03babe

#03babe #be03ba #babe03

Analogous Colors of #03babe

#03babe #035cbe #03be65

Monochromatic Colors of #03babe

#03babe

Complementary Color

#03babe #be0703

#03babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#03babe Color CSS Codes

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

#03babe Text Font Color

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

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


#03babe Background Color

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

This div background color is #03babe


#03babe Border Color

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

This div border color is #03babe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,186,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 #03babe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03babe


Comments

No comments written yet.

Please login to write comment.