Color Hex Logo

#53ecea Color Hex

#53ECEA
(83,236,234)
0 Favorites   0 Comments

Color spaces of #53ecea

RGB 83236234
HSL0.500.800.63
HSV179°65°93°
CMYK 0.650.000.01   0.07
XYZ48.414067.770488.3712
Yxy67.77040.23670.3313
Hunter Lab82.3228-39.0891-6.0202
CIE-Lab85.8915-39.8739-10.8828

#53ecea color RGB value is (83,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101100 11101010
Octal 123 354 352
Decimal 83 236 234
Hex 53 EC EA

RGB Percentages of Color #53ecea

%15.01
%42.68
%42.31

CMYK Percentages of Color #53ecea

%65
%0
%1
%7

Triadic Colors of #53ecea

#53ecea #ea53ec #ecea53

Analogous Colors of #53ecea

#53ecea #53a2ec #53ec9e

Monochromatic Colors of #53ecea

#53ecea

Complementary Color

#53ecea #ec5355

#53ecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ecea Color CSS Codes

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

#53ecea Text Font Color

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

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


#53ecea Background Color

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

This div background color is #53ecea


#53ecea Border Color

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

This div border color is #53ecea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,236,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 #53ecea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ecea


Comments

No comments written yet.

Please login to write comment.