Color Hex Logo

#53abbf Color Hex

#53ABBF
(83,171,191)
0 Favorites   0 Comments

Color spaces of #53abbf

RGB 83171191
HSL0.530.460.54
HSV191°57°75°
CMYK 0.570.100.00   0.25
XYZ27.534234.726454.5419
Yxy34.72640.23570.2973
Hunter Lab58.9291-19.7231-13.6255
CIE-Lab65.5351-20.6069-18.2599

#53abbf color RGB value is (83,171,191).

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

The process color (four color CMYK) of #53abbf color hex is 0.57, 0.10, 0.00, 0.25. Web safe color of #53abbf is #6699cc. Color #53abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 10111111
Octal 123 253 277
Decimal 83 171 191
Hex 53 AB BF

RGB Percentages of Color #53abbf

%18.65
%38.43
%42.92

CMYK Percentages of Color #53abbf

%57
%10
%0
%25

Triadic Colors of #53abbf

#53abbf #bf53ab #abbf53

Analogous Colors of #53abbf

#53abbf #5375bf #53bf9d

Monochromatic Colors of #53abbf

#53abbf

Complementary Color

#53abbf #bf6753

#53abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abbf Color CSS Codes

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

#53abbf Text Font Color

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

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


#53abbf Background Color

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

This div background color is #53abbf


#53abbf Border Color

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

This div border color is #53abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abbf


Comments

No comments written yet.

Please login to write comment.