Color Hex Logo

#35afbd Color Hex

#35AFBD
(53,175,189)
0 Favorites   0 Comments

Color spaces of #35afbd

RGB 53175189
HSL0.520.560.47
HSV186°72°74°
CMYK 0.720.070.00   0.26
XYZ25.983535.091053.5479
Yxy35.09100.22670.3061
Hunter Lab59.2377-25.3702-12.1289
CIE-Lab65.8195-28.1638-16.7988

#35afbd color RGB value is (53,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 10111101
Octal 65 257 275
Decimal 53 175 189
Hex 35 AF BD

RGB Percentages of Color #35afbd

%12.71
%41.97
%45.32

CMYK Percentages of Color #35afbd

%72
%7
%0
%26

Triadic Colors of #35afbd

#35afbd #bd35af #afbd35

Analogous Colors of #35afbd

#35afbd #356bbd #35bd87

Monochromatic Colors of #35afbd

#35afbd

Complementary Color

#35afbd #bd4335

#35afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afbd Color CSS Codes

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

#35afbd Text Font Color

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

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


#35afbd Background Color

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

This div background color is #35afbd


#35afbd Border Color

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

This div border color is #35afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afbd


Comments

No comments written yet.

Please login to write comment.