Color Hex Logo

#53bcbd Color Hex

#53BCBD
(83,188,189)
1 Favorites   0 Comments

Color spaces of #53bcbd

RGB 83188189
HSL0.500.450.53
HSV181°56°74°
CMYK 0.560.010.00   0.26
XYZ30.735841.479654.5305
Yxy41.47960.24250.3273
Hunter Lab64.4047-27.5227-5.1167
CIE-Lab70.5106-29.6975-9.6703

#53bcbd color RGB value is (83,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111100 10111101
Octal 123 274 275
Decimal 83 188 189
Hex 53 BC BD

RGB Percentages of Color #53bcbd

%18.04
%40.87
%41.09

CMYK Percentages of Color #53bcbd

%56
%1
%0
%26

Triadic Colors of #53bcbd

#53bcbd #bd53bc #bcbd53

Analogous Colors of #53bcbd

#53bcbd #5387bd #53bd89

Monochromatic Colors of #53bcbd

#53bcbd

Complementary Color

#53bcbd #bd5453

#53bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bcbd Color CSS Codes

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

#53bcbd Text Font Color

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

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


#53bcbd Background Color

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

This div background color is #53bcbd


#53bcbd Border Color

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

This div border color is #53bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bcbd


Comments

No comments written yet.

Please login to write comment.