Color Hex Logo

#53eedd Color Hex

#53EEDD
(83,238,221)
0 Favorites   0 Comments

Color spaces of #53eedd

RGB 83238221
HSL0.480.820.63
HSV173°65°93°
CMYK 0.650.000.07   0.07
XYZ47.193068.208579.0848
Yxy68.20850.24270.3507
Hunter Lab82.5884-42.53061.0372
CIE-Lab86.1106-44.2037-3.7271

#53eedd color RGB value is (83,238,221).

#53eedd hex color red value is 83, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #53eedd hue: 0.48 , saturation: 0.82 and the lightness value of 53eedd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101110 11011101
Octal 123 356 335
Decimal 83 238 221
Hex 53 EE DD

RGB Percentages of Color #53eedd

%15.31
%43.91
%40.77

CMYK Percentages of Color #53eedd

%65
%0
%7
%7

Triadic Colors of #53eedd

#53eedd #dd53ee #eedd53

Analogous Colors of #53eedd

#53eedd #53b2ee #53ee90

Monochromatic Colors of #53eedd

#53eedd

Complementary Color

#53eedd #ee5364

#53eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eedd Color CSS Codes

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

#53eedd Text Font Color

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

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


#53eedd Background Color

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

This div background color is #53eedd


#53eedd Border Color

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

This div border color is #53eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eedd


Comments

No comments written yet.

Please login to write comment.