Color Hex Logo

#53cdbf Color Hex

#53CDBF
(83,205,191)
0 Favorites   0 Comments

Color spaces of #53cdbf

RGB 83205191
HSL0.480.550.56
HSV173°60°80°
CMYK 0.600.000.07   0.20
XYZ34.802649.263256.9647
Yxy49.26320.24680.3493
Hunter Lab70.1877-34.31931.0114
CIE-Lab75.6148-37.1840-3.1990

#53cdbf color RGB value is (83,205,191).

#53cdbf hex color red value is 83, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #53cdbf hue: 0.48 , saturation: 0.55 and the lightness value of 53cdbf is 0.56.

The process color (four color CMYK) of #53cdbf color hex is 0.60, 0.00, 0.07, 0.20. Web safe color of #53cdbf is #66cccc. Color #53cdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001101 10111111
Octal 123 315 277
Decimal 83 205 191
Hex 53 CD BF

RGB Percentages of Color #53cdbf

%17.33
%42.80
%39.87

CMYK Percentages of Color #53cdbf

%60
%0
%7
%20

Triadic Colors of #53cdbf

#53cdbf #bf53cd #cdbf53

Analogous Colors of #53cdbf

#53cdbf #539ecd #53cd82

Monochromatic Colors of #53cdbf

#53cdbf

Complementary Color

#53cdbf #cd5361

#53cdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cdbf Color CSS Codes

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

#53cdbf Text Font Color

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

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


#53cdbf Background Color

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

This div background color is #53cdbf


#53cdbf Border Color

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

This div border color is #53cdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,205,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 #53cdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cdbf


Comments

No comments written yet.

Please login to write comment.