Color Hex Logo

#53ebea Color Hex

#53EBEA
(83,235,234)
0 Favorites   0 Comments

Color spaces of #53ebea

RGB 83235234
HSL0.500.790.62
HSV180°65°92°
CMYK 0.650.000.00   0.08
XYZ48.126967.196288.2755
Yxy67.19620.23640.3300
Hunter Lab81.9733-38.6551-6.4670
CIE-Lab85.6029-39.4209-11.3130

#53ebea color RGB value is (83,235,234).

#53ebea hex color red value is 83, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #53ebea hue: 0.50 , saturation: 0.79 and the lightness value of 53ebea is 0.62.

The process color (four color CMYK) of #53ebea color hex is 0.65, 0.00, 0.00, 0.08. Web safe color of #53ebea is #66ffff. Color #53ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101011 11101010
Octal 123 353 352
Decimal 83 235 234
Hex 53 EB EA

RGB Percentages of Color #53ebea

%15.04
%42.57
%42.39

CMYK Percentages of Color #53ebea

%65
%0
%0
%8

Triadic Colors of #53ebea

#53ebea #ea53eb #ebea53

Analogous Colors of #53ebea

#53ebea #53a0eb #53eb9e

Monochromatic Colors of #53ebea

#53ebea

Complementary Color

#53ebea #eb5354

#53ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ebea Color CSS Codes

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

#53ebea Text Font Color

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

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


#53ebea Background Color

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

This div background color is #53ebea


#53ebea Border Color

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

This div border color is #53ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ebea


Comments

No comments written yet.

Please login to write comment.