Color Hex Logo

#35acab Color Hex

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

Color spaces of #35acab

RGB 53172171
HSL0.500.530.44
HSV179°69°67°
CMYK 0.690.000.01   0.33
XYZ23.571433.202243.6944
Yxy33.20220.23460.3305
Hunter Lab57.6214-27.8176-4.6248
CIE-Lab64.3243-32.0885-9.0302

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

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

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

Base Numbers

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

RGB Percentages of Color #35acab

%13.38
%43.43
%43.18

CMYK Percentages of Color #35acab

%69
%0
%1
%33

Triadic Colors of #35acab

#35acab #ab35ac #acab35

Analogous Colors of #35acab

#35acab #3572ac #35ac70

Monochromatic Colors of #35acab

#35acab

Complementary Color

#35acab #ac3536

#35acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#35acab Color CSS Codes

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

#35acab Text Font Color

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

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


#35acab Background Color

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

This div background color is #35acab


#35acab Border Color

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

This div border color is #35acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35acab


Comments

No comments written yet.

Please login to write comment.