Color Hex Logo

#53baba Color Hex

#53BABA
(83,186,186)
0 Favorites   0 Comments

Color spaces of #53baba

RGB 83186186
HSL0.500.430.53
HSV180°55°73°
CMYK 0.550.000.00   0.27
XYZ29.989140.502052.6914
Yxy40.50200.24350.3288
Hunter Lab63.6412-27.2590-4.5400
CIE-Lab69.8256-29.5467-9.0454

#53baba color RGB value is (83,186,186).

#53baba hex color red value is 83, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #53baba hue: 0.50 , saturation: 0.43 and the lightness value of 53baba is 0.53.

The process color (four color CMYK) of #53baba color hex is 0.55, 0.00, 0.00, 0.27. Web safe color of #53baba is #66cccc. Color #53baba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111010 10111010
Octal 123 272 272
Decimal 83 186 186
Hex 53 BA BA

RGB Percentages of Color #53baba

%18.24
%40.88
%40.88

CMYK Percentages of Color #53baba

%55
%0
%0
%27

Triadic Colors of #53baba

#53baba #ba53ba #baba53

Analogous Colors of #53baba

#53baba #5387ba #53ba87

Monochromatic Colors of #53baba

#53baba

Complementary Color

#53baba #ba5353

#53baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#53baba Color CSS Codes

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

#53baba Text Font Color

<p style="color:#53baba">Text here</p>

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


#53baba Background Color

<div style="background-color:#53baba">
Div content here</div>

This div background color is #53baba


#53baba Border Color

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

This div border color is #53baba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,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 #53baba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53baba


Comments

No comments written yet.

Please login to write comment.