Color Hex Logo

#53debc Color Hex

#53DEBC
(83,222,188)
0 Favorites   0 Comments

Color spaces of #53debc

RGB 83222188
HSL0.460.680.60
HSV165°63°87°
CMYK 0.630.000.15   0.13
XYZ38.765757.712456.6734
Yxy57.71240.25310.3768
Hunter Lab75.9687-41.85938.9471
CIE-Lab80.5786-45.48725.6345

#53debc color RGB value is (83,222,188).

#53debc hex color red value is 83, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #53debc hue: 0.46 , saturation: 0.68 and the lightness value of 53debc is 0.60.

The process color (four color CMYK) of #53debc color hex is 0.63, 0.00, 0.15, 0.13. Web safe color of #53debc is #66cccc. Color #53debc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011110 10111100
Octal 123 336 274
Decimal 83 222 188
Hex 53 DE BC

RGB Percentages of Color #53debc

%16.84
%45.03
%38.13

CMYK Percentages of Color #53debc

%63
%0
%15
%13

Triadic Colors of #53debc

#53debc #bc53de #debc53

Analogous Colors of #53debc

#53debc #53bbde #53de77

Monochromatic Colors of #53debc

#53debc

Complementary Color

#53debc #de5375

#53debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53debc Color CSS Codes

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

#53debc Text Font Color

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

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


#53debc Background Color

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

This div background color is #53debc


#53debc Border Color

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

This div border color is #53debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53debc


Comments

No comments written yet.

Please login to write comment.