Color Hex Logo

#53eadf Color Hex

#53EADF
(83,234,223)
0 Favorites   0 Comments

Color spaces of #53eadf

RGB 83234223
HSL0.490.780.62
HSV176°65°92°
CMYK 0.650.000.05   0.08
XYZ46.309466.012480.1129
Yxy66.01240.24060.3430
Hunter Lab81.2480-40.4434-1.5880
CIE-Lab85.0027-41.9151-6.4129

#53eadf color RGB value is (83,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101010 11011111
Octal 123 352 337
Decimal 83 234 223
Hex 53 EA DF

RGB Percentages of Color #53eadf

%15.37
%43.33
%41.30

CMYK Percentages of Color #53eadf

%65
%0
%5
%8

Triadic Colors of #53eadf

#53eadf #df53ea #eadf53

Analogous Colors of #53eadf

#53eadf #53aaea #53ea94

Monochromatic Colors of #53eadf

#53eadf

Complementary Color

#53eadf #ea535e

#53eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eadf Color CSS Codes

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

#53eadf Text Font Color

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

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


#53eadf Background Color

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

This div background color is #53eadf


#53eadf Border Color

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

This div border color is #53eadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eadf


Comments

No comments written yet.

Please login to write comment.