Color Hex Logo

#53deec Color Hex

#53DEEC
(83,222,236)
0 Favorites   0 Comments

Color spaces of #53deec

RGB 83222236
HSL0.520.800.63
HSV185°65°93°
CMYK 0.650.060.00   0.07
XYZ44.828960.137788.6019
Yxy60.13770.23160.3107
Hunter Lab77.5485-32.5234-13.4570
CIE-Lab81.9130-32.8354-17.9046

#53deec color RGB value is (83,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011110 11101100
Octal 123 336 354
Decimal 83 222 236
Hex 53 DE EC

RGB Percentages of Color #53deec

%15.34
%41.04
%43.62

CMYK Percentages of Color #53deec

%65
%6
%0
%7

Triadic Colors of #53deec

#53deec #ec53de #deec53

Analogous Colors of #53deec

#53deec #5392ec #53ecae

Monochromatic Colors of #53deec

#53deec

Complementary Color

#53deec #ec6153

#53deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#53deec Color CSS Codes

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

#53deec Text Font Color

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

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


#53deec Background Color

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

This div background color is #53deec


#53deec Border Color

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

This div border color is #53deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53deec


Comments

No comments written yet.

Please login to write comment.