Color Hex Logo

#53bfde Color Hex

#53BFDE
(83,191,222)
0 Favorites   0 Comments

Color spaces of #53bfde

RGB 83191222
HSL0.540.680.60
HSV193°63°87°
CMYK 0.630.140.00   0.13
XYZ35.382944.374575.8075
Yxy44.37450.22740.2852
Hunter Lab66.6142-21.7625-20.8426
CIE-Lab72.4781-21.6867-24.7129

#53bfde color RGB value is (83,191,222).

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

The process color (four color CMYK) of #53bfde color hex is 0.63, 0.14, 0.00, 0.13. Web safe color of #53bfde is #66cccc. Color #53bfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111111 11011110
Octal 123 277 336
Decimal 83 191 222
Hex 53 BF DE

RGB Percentages of Color #53bfde

%16.73
%38.51
%44.76

CMYK Percentages of Color #53bfde

%63
%14
%0
%13

Triadic Colors of #53bfde

#53bfde #de53bf #bfde53

Analogous Colors of #53bfde

#53bfde #537ade #53deb8

Monochromatic Colors of #53bfde

#53bfde

Complementary Color

#53bfde #de7253

#53bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bfde Color CSS Codes

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

#53bfde Text Font Color

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

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


#53bfde Background Color

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

This div background color is #53bfde


#53bfde Border Color

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

This div border color is #53bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bfde


Comments

No comments written yet.

Please login to write comment.