color codes Logo

#53bdbc color codes

#53BDBC
(83,189,188)
0 Favorites   0 Comments

Color spaces of #53bdbc

RGB 83189188
HSL0.500.450.53
HSV179°56°74°
CMYK 0.560.000.01   0.26
XYZ30.842041.865054.0322
Yxy41.86500.24340.3303
Hunter Lab64.7032-28.1451-4.2196
CIE-Lab70.7777-30.4540-8.7245

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

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

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

Base Numbers

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

RGB Percentages of Color #53bdbc

%18.04
%41.09
%40.87

CMYK Percentages of Color #53bdbc

%56
%0
%1
%26

Triadic Colors of #53bdbc

#53bdbc #bc53bd #bdbc53

Analogous Colors of #53bdbc

#53bdbc #5389bd #53bd87

Monochromatic Colors of #53bdbc

#53bdbc

Complementary Color

#53bdbc #bd5354

#53bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bdbc Color CSS Codes

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

#53bdbc Text Font Color

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

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


#53bdbc Background Color

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

This div background color is #53bdbc


#53bdbc Border Color

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

This div border color is #53bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bdbc


Comments

No comments written yet.

Please login to write comment.