Color Hex Logo

#53ddbf Color Hex

#53DDBF
(83,221,191)
0 Favorites   0 Comments

Color spaces of #53ddbf

RGB 83221191
HSL0.460.670.60
HSV167°62°87°
CMYK 0.620.000.14   0.13
XYZ38.827757.313558.3064
Yxy57.31350.25140.3711
Hunter Lab75.7057-40.93647.3305
CIE-Lab80.3556-44.32833.7194

#53ddbf color RGB value is (83,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011101 10111111
Octal 123 335 277
Decimal 83 221 191
Hex 53 DD BF

RGB Percentages of Color #53ddbf

%16.77
%44.65
%38.59

CMYK Percentages of Color #53ddbf

%62
%0
%14
%13

Triadic Colors of #53ddbf

#53ddbf #bf53dd #ddbf53

Analogous Colors of #53ddbf

#53ddbf #53b6dd #53dd7a

Monochromatic Colors of #53ddbf

#53ddbf

Complementary Color

#53ddbf #dd5371

#53ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ddbf Color CSS Codes

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

#53ddbf Text Font Color

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

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


#53ddbf Background Color

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

This div background color is #53ddbf


#53ddbf Border Color

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

This div border color is #53ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ddbf


Comments

No comments written yet.

Please login to write comment.