Color Hex Logo

#53beaf Color Hex

#53BEAF
(83,190,175)
0 Favorites   0 Comments

Color spaces of #53beaf

RGB 83190175
HSL0.480.450.54
HSV172°56°75°
CMYK 0.560.000.08   0.25
XYZ29.718641.761147.0518
Yxy41.76110.25070.3523
Hunter Lab64.6228-31.00182.0670
CIE-Lab70.7059-34.3676-1.7130

#53beaf color RGB value is (83,190,175).

#53beaf hex color red value is 83, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #53beaf hue: 0.48 , saturation: 0.45 and the lightness value of 53beaf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111110 10101111
Octal 123 276 257
Decimal 83 190 175
Hex 53 BE AF

RGB Percentages of Color #53beaf

%18.53
%42.41
%39.06

CMYK Percentages of Color #53beaf

%56
%0
%8
%25

Triadic Colors of #53beaf

#53beaf #af53be #beaf53

Analogous Colors of #53beaf

#53beaf #5398be #53be7a

Monochromatic Colors of #53beaf

#53beaf

Complementary Color

#53beaf #be5362

#53beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53beaf Color CSS Codes

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

#53beaf Text Font Color

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

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


#53beaf Background Color

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

This div background color is #53beaf


#53beaf Border Color

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

This div border color is #53beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53beaf


Comments

No comments written yet.

Please login to write comment.