Color Hex Logo

#53abcf Color Hex

#53ABCF
(83,171,207)
0 Favorites   0 Comments

Color spaces of #53abcf

RGB 83171207
HSL0.550.560.57
HSV197°60°81°
CMYK 0.600.170.00   0.19
XYZ29.392735.469864.3287
Yxy35.46980.22750.2746
Hunter Lab59.5565-16.1295-22.3512
CIE-Lab66.1128-15.8149-26.2466

#53abcf color RGB value is (83,171,207).

#53abcf hex color red value is 83, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #53abcf hue: 0.55 , saturation: 0.56 and the lightness value of 53abcf is 0.57.

The process color (four color CMYK) of #53abcf color hex is 0.60, 0.17, 0.00, 0.19. Web safe color of #53abcf is #6699cc. Color #53abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 11001111
Octal 123 253 317
Decimal 83 171 207
Hex 53 AB CF

RGB Percentages of Color #53abcf

%18.00
%37.09
%44.90

CMYK Percentages of Color #53abcf

%60
%17
%0
%19

Triadic Colors of #53abcf

#53abcf #cf53ab #abcf53

Analogous Colors of #53abcf

#53abcf #536dcf #53cfb5

Monochromatic Colors of #53abcf

#53abcf

Complementary Color

#53abcf #cf7753

#53abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abcf Color CSS Codes

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

#53abcf Text Font Color

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

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


#53abcf Background Color

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

This div background color is #53abcf


#53abcf Border Color

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

This div border color is #53abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abcf


Comments

No comments written yet.

Please login to write comment.