Color Hex Logo

#35a39b Color Hex

#35A39B
(53,163,155)
0 Favorites   0 Comments

Color spaces of #35a39b

RGB 53163155
HSL0.490.510.42
HSV176°67°64°
CMYK 0.670.000.05   0.36
XYZ20.481829.317835.5897
Yxy29.31780.23990.3433
Hunter Lab54.1459-27.2341-1.0687
CIE-Lab61.0611-32.3955-4.9050

#35a39b color RGB value is (53,163,155).

#35a39b hex color red value is 53, green value is 163 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #35a39b hue: 0.49 , saturation: 0.51 and the lightness value of 35a39b is 0.42.

The process color (four color CMYK) of #35a39b color hex is 0.67, 0.00, 0.05, 0.36. Web safe color of #35a39b is #339999. Color #35a39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10100011 10011011
Octal 65 243 233
Decimal 53 163 155
Hex 35 A3 9B

RGB Percentages of Color #35a39b

%14.29
%43.94
%41.78

CMYK Percentages of Color #35a39b

%67
%0
%5
%36

Triadic Colors of #35a39b

#35a39b #9b35a3 #a39b35

Analogous Colors of #35a39b

#35a39b #3574a3 #35a364

Monochromatic Colors of #35a39b

#35a39b

Complementary Color

#35a39b #a3353d

#35a39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35a39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35a39b Color CSS Codes

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

#35a39b Text Font Color

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

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


#35a39b Background Color

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

This div background color is #35a39b


#35a39b Border Color

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

This div border color is #35a39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35a39b


Comments

No comments written yet.

Please login to write comment.