Color Hex Logo

#53f1bd Color Hex

#53F1BD
(83,241,189)
0 Favorites   0 Comments

Color spaces of #53f1bd

RGB 83241189
HSL0.450.850.64
HSV160°66°95°
CMYK 0.660.000.22   0.05
XYZ44.207968.423759.0212
Yxy68.42370.25750.3986
Hunter Lab82.7186-49.360615.5986
CIE-Lab86.2179-53.196513.1657

#53f1bd color RGB value is (83,241,189).

#53f1bd hex color red value is 83, green value is 241 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #53f1bd hue: 0.45 , saturation: 0.85 and the lightness value of 53f1bd is 0.64.

The process color (four color CMYK) of #53f1bd color hex is 0.66, 0.00, 0.22, 0.05. Web safe color of #53f1bd is #66ffcc. Color #53f1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11110001 10111101
Octal 123 361 275
Decimal 83 241 189
Hex 53 F1 BD

RGB Percentages of Color #53f1bd

%16.18
%46.98
%36.84

CMYK Percentages of Color #53f1bd

%66
%0
%22
%5

Triadic Colors of #53f1bd

#53f1bd #bd53f1 #f1bd53

Analogous Colors of #53f1bd

#53f1bd #53d6f1 #53f16e

Monochromatic Colors of #53f1bd

#53f1bd

Complementary Color

#53f1bd #f15387

#53f1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53f1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53f1bd Color CSS Codes

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

#53f1bd Text Font Color

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

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


#53f1bd Background Color

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

This div background color is #53f1bd


#53f1bd Border Color

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

This div border color is #53f1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53f1bd


Comments

No comments written yet.

Please login to write comment.