Color Hex Logo

#53b3ae Color Hex

#53B3AE
(83,179,174)
0 Favorites   0 Comments

Color spaces of #53b3ae

RGB 83179174
HSL0.490.390.51
HSV177°54°70°
CMYK 0.540.000.03   0.30
XYZ27.327437.135245.7719
Yxy37.13520.24790.3369
Hunter Lab60.9387-26.5959-1.8765
CIE-Lab67.3783-29.3823-6.0665

#53b3ae color RGB value is (83,179,174).

#53b3ae hex color red value is 83, green value is 179 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #53b3ae hue: 0.49 , saturation: 0.39 and the lightness value of 53b3ae is 0.51.

The process color (four color CMYK) of #53b3ae color hex is 0.54, 0.00, 0.03, 0.30. Web safe color of #53b3ae is #66cc99. Color #53b3ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10110011 10101110
Octal 123 263 256
Decimal 83 179 174
Hex 53 B3 AE

RGB Percentages of Color #53b3ae

%19.04
%41.06
%39.91

CMYK Percentages of Color #53b3ae

%54
%0
%3
%30

Triadic Colors of #53b3ae

#53b3ae #ae53b3 #b3ae53

Analogous Colors of #53b3ae

#53b3ae #5388b3 #53b37e

Monochromatic Colors of #53b3ae

#53b3ae

Complementary Color

#53b3ae #b35358

#53b3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b3ae Color CSS Codes

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

#53b3ae Text Font Color

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

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


#53b3ae Background Color

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

This div background color is #53b3ae


#53b3ae Border Color

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

This div border color is #53b3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b3ae


Comments

No comments written yet.

Please login to write comment.