Color Hex Logo

#35baa8 Color Hex

#35BAA8
(53,186,168)
0 Favorites   0 Comments

Color spaces of #35baa8

RGB 53186168
HSL0.480.560.47
HSV172°72°73°
CMYK 0.720.000.10   0.27
XYZ26.095038.701843.1406
Yxy38.70180.24180.3586
Hunter Lab62.2108-33.99502.4324
CIE-Lab68.5347-39.4040-1.1449

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 10101000
Octal 65 272 250
Decimal 53 186 168
Hex 35 BA A8

RGB Percentages of Color #35baa8

%13.02
%45.70
%41.28

CMYK Percentages of Color #35baa8

%72
%0
%10
%27

Triadic Colors of #35baa8

#35baa8 #a835ba #baa835

Analogous Colors of #35baa8

#35baa8 #358aba #35ba66

Monochromatic Colors of #35baa8

#35baa8

Complementary Color

#35baa8 #ba3547

#35baa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35baa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35baa8 Color CSS Codes

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

#35baa8 Text Font Color

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

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


#35baa8 Background Color

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

This div background color is #35baa8


#35baa8 Border Color

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

This div border color is #35baa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35baa8


Comments

No comments written yet.

Please login to write comment.