Color Hex Logo

#35bfaf Color Hex

#35BFAF
(53,191,175)
0 Favorites   0 Comments

Color spaces of #35bfaf

RGB 53191175
HSL0.480.570.48
HSV173°72°75°
CMYK 0.720.000.08   0.25
XYZ27.836941.113647.0260
Yxy41.11360.24000.3545
Hunter Lab64.1199-34.71611.4002
CIE-Lab70.2554-39.7453-2.4620

#35bfaf color RGB value is (53,191,175).

#35bfaf hex color red value is 53, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #35bfaf hue: 0.48 , saturation: 0.57 and the lightness value of 35bfaf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111111 10101111
Octal 65 277 257
Decimal 53 191 175
Hex 35 BF AF

RGB Percentages of Color #35bfaf

%12.65
%45.58
%41.77

CMYK Percentages of Color #35bfaf

%72
%0
%8
%25

Triadic Colors of #35bfaf

#35bfaf #af35bf #bfaf35

Analogous Colors of #35bfaf

#35bfaf #358abf #35bf6a

Monochromatic Colors of #35bfaf

#35bfaf

Complementary Color

#35bfaf #bf3545

#35bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bfaf Color CSS Codes

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

#35bfaf Text Font Color

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

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


#35bfaf Background Color

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

This div background color is #35bfaf


#35bfaf Border Color

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

This div border color is #35bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bfaf


Comments

No comments written yet.

Please login to write comment.