Color Hex Logo

#53ebec Color Hex

#53EBEC
(83,235,236)
0 Favorites   0 Comments

Color spaces of #53ebec

RGB 83235236
HSL0.500.800.63
HSV180°65°93°
CMYK 0.650.000.00   0.07
XYZ48.415967.311889.7976
Yxy67.31180.23560.3275
Hunter Lab82.0438-38.2397-7.4628
CIE-Lab85.6612-38.8757-12.2784

#53ebec color RGB value is (83,235,236).

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

The process color (four color CMYK) of #53ebec color hex is 0.65, 0.00, 0.00, 0.07. Web safe color of #53ebec is #66ffff. Color #53ebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101011 11101100
Octal 123 353 354
Decimal 83 235 236
Hex 53 EB EC

RGB Percentages of Color #53ebec

%14.98
%42.42
%42.60

CMYK Percentages of Color #53ebec

%65
%0
%0
%7

Triadic Colors of #53ebec

#53ebec #ec53eb #ebec53

Analogous Colors of #53ebec

#53ebec #539fec #53eca1

Monochromatic Colors of #53ebec

#53ebec

Complementary Color

#53ebec #ec5453

#53ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ebec Color CSS Codes

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

#53ebec Text Font Color

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

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


#53ebec Background Color

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

This div background color is #53ebec


#53ebec Border Color

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

This div border color is #53ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ebec


Comments

No comments written yet.

Please login to write comment.