Color Hex Logo

#53eaff Color Hex

#53EAFF
(83,234,255)
0 Favorites   0 Comments

Color spaces of #53eaff

RGB 83234255
HSL0.521.000.66
HSV187°67°100°
CMYK 0.670.080.00   0.00
XYZ51.040167.9046105.0246
Yxy67.90460.22790.3032
Hunter Lab82.4042-33.6469-17.8824
CIE-Lab85.9587-33.0704-21.8182

#53eaff color RGB value is (83,234,255).

#53eaff hex color red value is 83, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #53eaff hue: 0.52 , saturation: 1.00 and the lightness value of 53eaff is 0.66.

The process color (four color CMYK) of #53eaff color hex is 0.67, 0.08, 0.00, 0.00. Web safe color of #53eaff is #66ffff. Color #53eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101010 11111111
Octal 123 352 377
Decimal 83 234 255
Hex 53 EA FF

RGB Percentages of Color #53eaff

%14.51
%40.91
%44.58

CMYK Percentages of Color #53eaff

%67
%8
%0
%0

Triadic Colors of #53eaff

#53eaff #ff53ea #eaff53

Analogous Colors of #53eaff

#53eaff #5394ff #53ffbe

Monochromatic Colors of #53eaff

#53eaff

Complementary Color

#53eaff #ff6853

#53eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eaff Color CSS Codes

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

#53eaff Text Font Color

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

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


#53eaff Background Color

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

This div background color is #53eaff


#53eaff Border Color

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

This div border color is #53eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eaff


Comments

No comments written yet.

Please login to write comment.