Color Hex Logo

#35afbb Color Hex

#35AFBB
(53,175,187)
0 Favorites   0 Comments

Color spaces of #35afbb

RGB 53175187
HSL0.510.560.47
HSV185°72°73°
CMYK 0.720.060.00   0.27
XYZ25.767835.004752.4122
Yxy35.00470.22770.3093
Hunter Lab59.1648-25.7969-11.1078
CIE-Lab65.7523-28.7749-15.7905

#35afbb color RGB value is (53,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 10111011
Octal 65 257 273
Decimal 53 175 187
Hex 35 AF BB

RGB Percentages of Color #35afbb

%12.77
%42.17
%45.06

CMYK Percentages of Color #35afbb

%72
%6
%0
%27

Triadic Colors of #35afbb

#35afbb #bb35af #afbb35

Analogous Colors of #35afbb

#35afbb #356cbb #35bb84

Monochromatic Colors of #35afbb

#35afbb

Complementary Color

#35afbb #bb4135

#35afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afbb Color CSS Codes

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

#35afbb Text Font Color

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

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


#35afbb Background Color

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

This div background color is #35afbb


#35afbb Border Color

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

This div border color is #35afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afbb


Comments

No comments written yet.

Please login to write comment.