Color Hex Logo

#53aecf Color Hex

#53AECF
(83,174,207)
0 Favorites   0 Comments

Color spaces of #53aecf

RGB 83174207
HSL0.540.560.57
HSV196°60°81°
CMYK 0.600.160.00   0.19
XYZ29.965836.616164.5197
Yxy36.61610.22860.2793
Hunter Lab60.5112-17.4996-20.8597
CIE-Lab66.9880-17.4039-24.9036

#53aecf color RGB value is (83,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101110 11001111
Octal 123 256 317
Decimal 83 174 207
Hex 53 AE CF

RGB Percentages of Color #53aecf

%17.89
%37.50
%44.61

CMYK Percentages of Color #53aecf

%60
%16
%0
%19

Triadic Colors of #53aecf

#53aecf #cf53ae #aecf53

Analogous Colors of #53aecf

#53aecf #5370cf #53cfb2

Monochromatic Colors of #53aecf

#53aecf

Complementary Color

#53aecf #cf7453

#53aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53aecf Color CSS Codes

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

#53aecf Text Font Color

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

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


#53aecf Background Color

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

This div background color is #53aecf


#53aecf Border Color

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

This div border color is #53aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53aecf


Comments

No comments written yet.

Please login to write comment.