Color Hex Logo

#35afba Color Hex

#35AFBA
(53,175,186)
0 Favorites   0 Comments

Color spaces of #35afba

RGB 53175186
HSL0.510.560.47
HSV185°72°73°
CMYK 0.720.060.00   0.27
XYZ25.661134.962051.8502
Yxy34.96200.22820.3108
Hunter Lab59.1287-26.0084-10.6016
CIE-Lab65.7191-29.0788-15.2855

#35afba color RGB value is (53,175,186).

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

The process color (four color CMYK) of #35afba color hex is 0.72, 0.06, 0.00, 0.27. Web safe color of #35afba is #3399cc. Color #35afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 10111010
Octal 65 257 272
Decimal 53 175 186
Hex 35 AF BA

RGB Percentages of Color #35afba

%12.80
%42.27
%44.93

CMYK Percentages of Color #35afba

%72
%6
%0
%27

Triadic Colors of #35afba

#35afba #ba35af #afba35

Analogous Colors of #35afba

#35afba #356dba #35ba83

Monochromatic Colors of #35afba

#35afba

Complementary Color

#35afba #ba4035

#35afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afba Color CSS Codes

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

#35afba Text Font Color

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

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


#35afba Background Color

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

This div background color is #35afba


#35afba Border Color

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

This div border color is #35afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afba


Comments

No comments written yet.

Please login to write comment.