Color Hex Logo

#53bca3 Color Hex

#53BCA3
(83,188,163)
0 Favorites   0 Comments

Color spaces of #53bca3

RGB 83188163
HSL0.460.440.53
HSV166°56°74°
CMYK 0.560.000.13   0.26
XYZ28.161440.449840.9737
Yxy40.44980.25700.3691
Hunter Lab63.6002-32.26266.3232
CIE-Lab69.7887-36.44823.5189

#53bca3 color RGB value is (83,188,163).

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

The process color (four color CMYK) of #53bca3 color hex is 0.56, 0.00, 0.13, 0.26. Web safe color of #53bca3 is #66cc99. Color #53bca3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111100 10100011
Octal 123 274 243
Decimal 83 188 163
Hex 53 BC A3

RGB Percentages of Color #53bca3

%19.12
%43.32
%37.56

CMYK Percentages of Color #53bca3

%56
%0
%13
%26

Triadic Colors of #53bca3

#53bca3 #a353bc #bca353

Analogous Colors of #53bca3

#53bca3 #53a1bc #53bc6f

Monochromatic Colors of #53bca3

#53bca3

Complementary Color

#53bca3 #bc536c

#53bca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bca3 Color CSS Codes

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

#53bca3 Text Font Color

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

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


#53bca3 Background Color

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

This div background color is #53bca3


#53bca3 Border Color

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

This div border color is #53bca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bca3


Comments

No comments written yet.

Please login to write comment.