Color Hex Logo

#3ababa Color Hex

#3ABABA
(58,186,186)
0 Favorites   0 Comments

Color spaces of #3ababa

RGB 58186186
HSL0.500.520.48
HSV180°69°73°
CMYK 0.690.000.00   0.27
XYZ28.166839.562552.6062
Yxy39.56250.23410.3288
Hunter Lab62.8987-30.1383-5.5589
CIE-Lab69.1568-33.7031-10.1139

#3ababa color RGB value is (58,186,186).

#3ababa hex color red value is 58, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3ababa hue: 0.50 , saturation: 0.52 and the lightness value of 3ababa is 0.48.

The process color (four color CMYK) of #3ababa color hex is 0.69, 0.00, 0.00, 0.27. Web safe color of #3ababa is #33cccc. Color #3ababa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111010 10111010
Octal 72 272 272
Decimal 58 186 186
Hex 3A BA BA

RGB Percentages of Color #3ababa

%13.49
%43.26
%43.26

CMYK Percentages of Color #3ababa

%69
%0
%0
%27

Triadic Colors of #3ababa

#3ababa #ba3aba #baba3a

Analogous Colors of #3ababa

#3ababa #3a7aba #3aba7a

Monochromatic Colors of #3ababa

#3ababa

Complementary Color

#3ababa #ba3a3a

#3ababa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ababa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ababa Color CSS Codes

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

#3ababa Text Font Color

<p style="color:#3ababa">Text here</p>

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


#3ababa Background Color

<div style="background-color:#3ababa">
Div content here</div>

This div background color is #3ababa


#3ababa Border Color

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

This div border color is #3ababa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ababa


Comments

No comments written yet.

Please login to write comment.