Color Hex Logo

#53dcea Color Hex

#53DCEA
(83,220,234)
0 Favorites   0 Comments

Color spaces of #53dcea

RGB 83220234
HSL0.520.780.62
HSV186°65°92°
CMYK 0.650.060.00   0.08
XYZ44.011858.965986.9038
Yxy58.96590.23180.3105
Hunter Lab76.7893-32.0738-13.3471
CIE-Lab81.2728-32.4554-17.8077

#53dcea color RGB value is (83,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011100 11101010
Octal 123 334 352
Decimal 83 220 234
Hex 53 DC EA

RGB Percentages of Color #53dcea

%15.46
%40.97
%43.58

CMYK Percentages of Color #53dcea

%65
%6
%0
%8

Triadic Colors of #53dcea

#53dcea #ea53dc #dcea53

Analogous Colors of #53dcea

#53dcea #5391ea #53eaad

Monochromatic Colors of #53dcea

#53dcea

Complementary Color

#53dcea #ea6153

#53dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcea Color CSS Codes

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

#53dcea Text Font Color

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

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


#53dcea Background Color

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

This div background color is #53dcea


#53dcea Border Color

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

This div border color is #53dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcea


Comments

No comments written yet.

Please login to write comment.