Color Hex Logo

#53edba Color Hex

#53EDBA
(83,237,186)
0 Favorites   0 Comments

Color spaces of #53edba

RGB 83237186
HSL0.440.810.63
HSV160°65°93°
CMYK 0.650.000.22   0.07
XYZ42.714465.952556.9332
Yxy65.95250.25790.3983
Hunter Lab81.2111-48.234415.2825
CIE-Lab84.9722-52.239712.9641

#53edba color RGB value is (83,237,186).

#53edba hex color red value is 83, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #53edba hue: 0.44 , saturation: 0.81 and the lightness value of 53edba is 0.63.

The process color (four color CMYK) of #53edba color hex is 0.65, 0.00, 0.22, 0.07. Web safe color of #53edba is #66ffcc. Color #53edba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101101 10111010
Octal 123 355 272
Decimal 83 237 186
Hex 53 ED BA

RGB Percentages of Color #53edba

%16.40
%46.84
%36.76

CMYK Percentages of Color #53edba

%65
%0
%22
%7

Triadic Colors of #53edba

#53edba #ba53ed #edba53

Analogous Colors of #53edba

#53edba #53d3ed #53ed6d

Monochromatic Colors of #53edba

#53edba

Complementary Color

#53edba #ed5386

#53edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#53edba Color CSS Codes

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

#53edba Text Font Color

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

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


#53edba Background Color

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

This div background color is #53edba


#53edba Border Color

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

This div border color is #53edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53edba


Comments

No comments written yet.

Please login to write comment.