Color Hex Logo

#53bdba Color Hex

#53BDBA
(83,189,186)
0 Favorites   0 Comments

Color spaces of #53bdba

RGB 83189186
HSL0.500.450.53
HSV178°56°74°
CMYK 0.560.000.02   0.26
XYZ30.627841.779452.9043
Yxy41.77940.24440.3334
Hunter Lab64.6370-28.5337-3.2820
CIE-Lab70.7186-30.9961-7.7170

#53bdba color RGB value is (83,189,186).

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

The process color (four color CMYK) of #53bdba color hex is 0.56, 0.00, 0.02, 0.26. Web safe color of #53bdba is #66cccc. Color #53bdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111101 10111010
Octal 123 275 272
Decimal 83 189 186
Hex 53 BD BA

RGB Percentages of Color #53bdba

%18.12
%41.27
%40.61

CMYK Percentages of Color #53bdba

%56
%0
%2
%26

Triadic Colors of #53bdba

#53bdba #ba53bd #bdba53

Analogous Colors of #53bdba

#53bdba #538bbd #53bd85

Monochromatic Colors of #53bdba

#53bdba

Complementary Color

#53bdba #bd5356

#53bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bdba Color CSS Codes

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

#53bdba Text Font Color

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

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


#53bdba Background Color

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

This div background color is #53bdba


#53bdba Border Color

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

This div border color is #53bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bdba


Comments

No comments written yet.

Please login to write comment.