Color Hex Logo

#53eebb Color Hex

#53EEBB
(83,238,187)
0 Favorites   0 Comments

Color spaces of #53eebb

RGB 83238187
HSL0.450.820.63
HSV160°65°93°
CMYK 0.650.000.21   0.07
XYZ43.111566.575957.5919
Yxy66.57590.25770.3980
Hunter Lab81.5941-48.476315.2669
CIE-Lab85.2893-52.423612.8919

#53eebb color RGB value is (83,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101110 10111011
Octal 123 356 273
Decimal 83 238 187
Hex 53 EE BB

RGB Percentages of Color #53eebb

%16.34
%46.85
%36.81

CMYK Percentages of Color #53eebb

%65
%0
%21
%7

Triadic Colors of #53eebb

#53eebb #bb53ee #eebb53

Analogous Colors of #53eebb

#53eebb #53d4ee #53ee6e

Monochromatic Colors of #53eebb

#53eebb

Complementary Color

#53eebb #ee5386

#53eebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eebb Color CSS Codes

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

#53eebb Text Font Color

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

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


#53eebb Background Color

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

This div background color is #53eebb


#53eebb Border Color

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

This div border color is #53eebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eebb

#53eebb Color Palettes


Comments

No comments written yet.

Please login to write comment.