Color Hex Logo

#53bbbd Color Hex

#53BBBD
(83,187,189)
0 Favorites   0 Comments

Color spaces of #53bbbd

RGB 83187189
HSL0.500.450.53
HSV181°56°74°
CMYK 0.560.010.00   0.26
XYZ30.522941.053854.4596
Yxy41.05380.24220.3257
Hunter Lab64.0732-27.0952-5.5428
CIE-Lab70.2136-29.2114-10.1136

#53bbbd color RGB value is (83,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111011 10111101
Octal 123 273 275
Decimal 83 187 189
Hex 53 BB BD

RGB Percentages of Color #53bbbd

%18.08
%40.74
%41.18

CMYK Percentages of Color #53bbbd

%56
%1
%0
%26

Triadic Colors of #53bbbd

#53bbbd #bd53bb #bbbd53

Analogous Colors of #53bbbd

#53bbbd #5386bd #53bd8a

Monochromatic Colors of #53bbbd

#53bbbd

Complementary Color

#53bbbd #bd5553

#53bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bbbd Color CSS Codes

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

#53bbbd Text Font Color

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

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


#53bbbd Background Color

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

This div background color is #53bbbd


#53bbbd Border Color

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

This div border color is #53bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bbbd


Comments

No comments written yet.

Please login to write comment.