Color Hex Logo

#53deed Color Hex

#53DEED
(83,222,237)
0 Favorites   0 Comments

Color spaces of #53deed

RGB 83222237
HSL0.520.810.63
HSV186°65°93°
CMYK 0.650.060.00   0.07
XYZ44.974660.196089.3693
Yxy60.19600.23120.3094
Hunter Lab77.5861-32.3039-13.9843
CIE-Lab81.9446-32.5505-18.3876

#53deed color RGB value is (83,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011110 11101101
Octal 123 336 355
Decimal 83 222 237
Hex 53 DE ED

RGB Percentages of Color #53deed

%15.31
%40.96
%43.73

CMYK Percentages of Color #53deed

%65
%6
%0
%7

Triadic Colors of #53deed

#53deed #ed53de #deed53

Analogous Colors of #53deed

#53deed #5391ed #53edaf

Monochromatic Colors of #53deed

#53deed

Complementary Color

#53deed #ed6253

#53deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#53deed Color CSS Codes

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

#53deed Text Font Color

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

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


#53deed Background Color

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

This div background color is #53deed


#53deed Border Color

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

This div border color is #53deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53deed


Comments

No comments written yet.

Please login to write comment.