Color Hex Logo

#53bebd Color Hex

#53BEBD
(83,190,189)
0 Favorites   0 Comments

Color spaces of #53bebd

RGB 83190189
HSL0.500.450.54
HSV179°56°75°
CMYK 0.560.000.01   0.25
XYZ31.166042.340054.6739
Yxy42.34000.24310.3303
Hunter Lab65.0692-28.3755-4.2695
CIE-Lab71.1047-30.6643-8.7851

#53bebd color RGB value is (83,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111110 10111101
Octal 123 276 275
Decimal 83 190 189
Hex 53 BE BD

RGB Percentages of Color #53bebd

%17.97
%41.13
%40.91

CMYK Percentages of Color #53bebd

%56
%0
%1
%25

Triadic Colors of #53bebd

#53bebd #bd53be #bebd53

Analogous Colors of #53bebd

#53bebd #538abe #53be88

Monochromatic Colors of #53bebd

#53bebd

Complementary Color

#53bebd #be5354

#53bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bebd Color CSS Codes

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

#53bebd Text Font Color

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

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


#53bebd Background Color

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

This div background color is #53bebd


#53bebd Border Color

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

This div border color is #53bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bebd


Comments

No comments written yet.

Please login to write comment.