Color Hex Logo

#53afbc Color Hex

#53AFBC
(83,175,188)
0 Favorites   0 Comments

Color spaces of #53afbc

RGB 83175188
HSL0.520.440.53
HSV187°56°74°
CMYK 0.560.070.00   0.26
XYZ27.974436.129853.0763
Yxy36.12980.23870.3083
Hunter Lab60.1081-22.1149-10.2783
CIE-Lab66.6190-23.5251-14.9555

#53afbc color RGB value is (83,175,188).

#53afbc hex color red value is 83, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #53afbc hue: 0.52 , saturation: 0.44 and the lightness value of 53afbc is 0.53.

The process color (four color CMYK) of #53afbc color hex is 0.56, 0.07, 0.00, 0.26. Web safe color of #53afbc is #6699cc. Color #53afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101111 10111100
Octal 123 257 274
Decimal 83 175 188
Hex 53 AF BC

RGB Percentages of Color #53afbc

%18.61
%39.24
%42.15

CMYK Percentages of Color #53afbc

%56
%7
%0
%26

Triadic Colors of #53afbc

#53afbc #bc53af #afbc53

Analogous Colors of #53afbc

#53afbc #537bbc #53bc95

Monochromatic Colors of #53afbc

#53afbc

Complementary Color

#53afbc #bc6053

#53afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53afbc Color CSS Codes

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

#53afbc Text Font Color

<p style="color:#53afbc">Text here</p>

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


#53afbc Background Color

<div style="background-color:#53afbc">
Div content here</div>

This div background color is #53afbc


#53afbc Border Color

<div style="border:3px solid #53afbc">
Div here</div>

This div border color is #53afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53afbc


Comments

No comments written yet.

Please login to write comment.