Color Hex Logo

#53bfbc Color Hex

#53BFBC
(83,191,188)
0 Favorites   0 Comments

Color spaces of #53bfbc

RGB 83191188
HSL0.500.460.54
HSV178°57°75°
CMYK 0.570.000.02   0.25
XYZ31.275242.731454.1766
Yxy42.73140.24400.3334
Hunter Lab65.3693-28.9948-3.3798
CIE-Lab71.3723-31.4155-7.8404

#53bfbc color RGB value is (83,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111111 10111100
Octal 123 277 274
Decimal 83 191 188
Hex 53 BF BC

RGB Percentages of Color #53bfbc

%17.97
%41.34
%40.69

CMYK Percentages of Color #53bfbc

%57
%0
%2
%25

Triadic Colors of #53bfbc

#53bfbc #bc53bf #bfbc53

Analogous Colors of #53bfbc

#53bfbc #538cbf #53bf86

Monochromatic Colors of #53bfbc

#53bfbc

Complementary Color

#53bfbc #bf5356

#53bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bfbc Color CSS Codes

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

#53bfbc Text Font Color

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

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


#53bfbc Background Color

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

This div background color is #53bfbc


#53bfbc Border Color

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

This div border color is #53bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bfbc


Comments

No comments written yet.

Please login to write comment.