Color Hex Logo

#53cdec Color Hex

#53CDEC
(83,205,236)
0 Favorites   0 Comments

Color spaces of #53cdec

RGB 83205236
HSL0.530.800.63
HSV192°65°93°
CMYK 0.650.130.00   0.07
XYZ40.538951.557887.1719
Yxy51.55780.22610.2876
Hunter Lab71.8038-24.8792-21.7172
CIE-Lab77.0157-24.5600-25.3382

#53cdec color RGB value is (83,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001101 11101100
Octal 123 315 354
Decimal 83 205 236
Hex 53 CD EC

RGB Percentages of Color #53cdec

%15.84
%39.12
%45.04

CMYK Percentages of Color #53cdec

%65
%13
%0
%7

Triadic Colors of #53cdec

#53cdec #ec53cd #cdec53

Analogous Colors of #53cdec

#53cdec #5381ec #53ecbf

Monochromatic Colors of #53cdec

#53cdec

Complementary Color

#53cdec #ec7253

#53cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cdec Color CSS Codes

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

#53cdec Text Font Color

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

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


#53cdec Background Color

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

This div background color is #53cdec


#53cdec Border Color

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

This div border color is #53cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cdec


Comments

No comments written yet.

Please login to write comment.