Color Hex Logo

#53efea Color Hex

#53EFEA
(83,239,234)
0 Favorites   0 Comments

Color spaces of #53efea

RGB 83239234
HSL0.490.830.63
HSV178°65°94°
CMYK 0.650.000.02   0.06
XYZ49.285169.512588.6616
Yxy69.51250.23760.3351
Hunter Lab83.3742-40.3878-4.6882
CIE-Lab86.7572-41.2246-9.5944

#53efea color RGB value is (83,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101111 11101010
Octal 123 357 352
Decimal 83 239 234
Hex 53 EF EA

RGB Percentages of Color #53efea

%14.93
%42.99
%42.09

CMYK Percentages of Color #53efea

%65
%0
%2
%6

Triadic Colors of #53efea

#53efea #ea53ef #efea53

Analogous Colors of #53efea

#53efea #53a6ef #53ef9c

Monochromatic Colors of #53efea

#53efea

Complementary Color

#53efea #ef5358

#53efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#53efea Color CSS Codes

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

#53efea Text Font Color

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

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


#53efea Background Color

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

This div background color is #53efea


#53efea Border Color

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

This div border color is #53efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53efea


Comments

No comments written yet.

Please login to write comment.