Color Hex Logo

#35baba Color Hex

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

Color spaces of #35baba

RGB 53186186
HSL0.500.560.47
HSV180°72°73°
CMYK 0.720.000.00   0.27
XYZ27.890039.419952.5932
Yxy39.41990.23260.3288
Hunter Lab62.7853-30.5823-5.7156
CIE-Lab69.0543-34.3571-10.2775

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

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

The process color (four color CMYK) of #35baba color hex is 0.72, 0.00, 0.00, 0.27. Web safe color of #35baba is #33cccc. Color #35baba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 10111010
Octal 65 272 272
Decimal 53 186 186
Hex 35 BA BA

RGB Percentages of Color #35baba

%12.47
%43.76
%43.76

CMYK Percentages of Color #35baba

%72
%0
%0
%27

Triadic Colors of #35baba

#35baba #ba35ba #baba35

Analogous Colors of #35baba

#35baba #3578ba #35ba78

Monochromatic Colors of #35baba

#35baba

Complementary Color

#35baba #ba3535

#35baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#35baba Color CSS Codes

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

#35baba Text Font Color

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

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


#35baba Background Color

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

This div background color is #35baba


#35baba Border Color

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

This div border color is #35baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35baba


Comments

No comments written yet.

Please login to write comment.