Color Hex Logo

#53eddc Color Hex

#53EDDC
(83,237,220)
0 Favorites   0 Comments

Color spaces of #53eddc

RGB 83237220
HSL0.480.810.63
HSV173°65°93°
CMYK 0.650.000.07   0.07
XYZ46.769767.574778.2883
Yxy67.57470.24280.3508
Hunter Lab82.2038-42.29951.0768
CIE-Lab85.7933-44.0236-3.6685

#53eddc color RGB value is (83,237,220).

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

The process color (four color CMYK) of #53eddc color hex is 0.65, 0.00, 0.07, 0.07. Web safe color of #53eddc is #66ffcc. Color #53eddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101101 11011100
Octal 123 355 334
Decimal 83 237 220
Hex 53 ED DC

RGB Percentages of Color #53eddc

%15.37
%43.89
%40.74

CMYK Percentages of Color #53eddc

%65
%0
%7
%7

Triadic Colors of #53eddc

#53eddc #dc53ed #eddc53

Analogous Colors of #53eddc

#53eddc #53b1ed #53ed8f

Monochromatic Colors of #53eddc

#53eddc

Complementary Color

#53eddc #ed5364

#53eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eddc Color CSS Codes

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

#53eddc Text Font Color

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

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


#53eddc Background Color

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

This div background color is #53eddc


#53eddc Border Color

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

This div border color is #53eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eddc


Comments

No comments written yet.

Please login to write comment.