Color Hex Logo

#35abac Color Hex

#35ABAC
(53,171,172)
0 Favorites   0 Comments

Color spaces of #35abac

RGB 53171172
HSL0.500.530.44
HSV181°69°67°
CMYK 0.690.010.00   0.33
XYZ23.477532.861344.1352
Yxy32.86130.23370.3271
Hunter Lab57.3248-27.2133-5.5209
CIE-Lab64.0484-31.3172-10.0002

#35abac color RGB value is (53,171,172).

#35abac hex color red value is 53, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #35abac hue: 0.50 , saturation: 0.53 and the lightness value of 35abac is 0.44.

The process color (four color CMYK) of #35abac color hex is 0.69, 0.01, 0.00, 0.33. Web safe color of #35abac is #339999. Color #35abac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101011 10101100
Octal 65 253 254
Decimal 53 171 172
Hex 35 AB AC

RGB Percentages of Color #35abac

%13.38
%43.18
%43.43

CMYK Percentages of Color #35abac

%69
%1
%0
%33

Triadic Colors of #35abac

#35abac #ac35ab #abac35

Analogous Colors of #35abac

#35abac #3570ac #35ac72

Monochromatic Colors of #35abac

#35abac

Complementary Color

#35abac #ac3635

#35abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#35abac Color CSS Codes

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

#35abac Text Font Color

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

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


#35abac Background Color

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

This div background color is #35abac


#35abac Border Color

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

This div border color is #35abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35abac


Comments

No comments written yet.

Please login to write comment.