Color Hex Logo

#53dcef Color Hex

#53DCEF
(83,220,239)
0 Favorites   0 Comments

Color spaces of #53dcef

RGB 83220239
HSL0.520.830.63
HSV187°65°94°
CMYK 0.650.080.00   0.06
XYZ44.740559.257490.7411
Yxy59.25740.22970.3043
Hunter Lab76.9788-30.9678-16.0047
CIE-Lab81.4329-31.0219-20.2231

#53dcef color RGB value is (83,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011100 11101111
Octal 123 334 357
Decimal 83 220 239
Hex 53 DC EF

RGB Percentages of Color #53dcef

%15.31
%40.59
%44.10

CMYK Percentages of Color #53dcef

%65
%8
%0
%6

Triadic Colors of #53dcef

#53dcef #ef53dc #dcef53

Analogous Colors of #53dcef

#53dcef #538eef #53efb4

Monochromatic Colors of #53dcef

#53dcef

Complementary Color

#53dcef #ef6653

#53dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcef Color CSS Codes

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

#53dcef Text Font Color

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

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


#53dcef Background Color

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

This div background color is #53dcef


#53dcef Border Color

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

This div border color is #53dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcef


Comments

No comments written yet.

Please login to write comment.