Color Hex Logo

#53bfda Color Hex

#53BFDA
(83,191,218)
0 Favorites   0 Comments

Color spaces of #53bfda

RGB 83191218
HSL0.530.650.59
HSV192°62°85°
CMYK 0.620.120.00   0.15
XYZ34.853044.162673.0169
Yxy44.16260.22920.2905
Hunter Lab66.4549-22.6799-18.6260
CIE-Lab72.3370-22.8833-22.7537

#53bfda color RGB value is (83,191,218).

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

The process color (four color CMYK) of #53bfda color hex is 0.62, 0.12, 0.00, 0.15. Web safe color of #53bfda is #66cccc. Color #53bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111111 11011010
Octal 123 277 332
Decimal 83 191 218
Hex 53 BF DA

RGB Percentages of Color #53bfda

%16.87
%38.82
%44.31

CMYK Percentages of Color #53bfda

%62
%12
%0
%15

Triadic Colors of #53bfda

#53bfda #da53bf #bfda53

Analogous Colors of #53bfda

#53bfda #537cda #53dab2

Monochromatic Colors of #53bfda

#53bfda

Complementary Color

#53bfda #da6e53

#53bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bfda Color CSS Codes

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

#53bfda Text Font Color

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

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


#53bfda Background Color

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

This div background color is #53bfda


#53bfda Border Color

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

This div border color is #53bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bfda


Comments

No comments written yet.

Please login to write comment.