Color Hex Logo

#53bbea Color Hex

#53BBEA
(83,187,234)
0 Favorites   0 Comments

Color spaces of #53bbea

RGB 83187234
HSL0.550.780.62
HSV199°65°92°
CMYK 0.650.200.00   0.08
XYZ36.188943.320284.2962
Yxy43.32020.22090.2645
Hunter Lab65.8181-17.0366-29.8627
CIE-Lab71.7718-15.9314-32.3145

#53bbea color RGB value is (83,187,234).

#53bbea hex color red value is 83, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #53bbea hue: 0.55 , saturation: 0.78 and the lightness value of 53bbea is 0.62.

The process color (four color CMYK) of #53bbea color hex is 0.65, 0.20, 0.00, 0.08. Web safe color of #53bbea is #66ccff. Color #53bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111011 11101010
Octal 123 273 352
Decimal 83 187 234
Hex 53 BB EA

RGB Percentages of Color #53bbea

%16.47
%37.10
%46.43

CMYK Percentages of Color #53bbea

%65
%20
%0
%8

Triadic Colors of #53bbea

#53bbea #ea53bb #bbea53

Analogous Colors of #53bbea

#53bbea #5370ea #53eace

Monochromatic Colors of #53bbea

#53bbea

Complementary Color

#53bbea #ea8253

#53bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bbea Color CSS Codes

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

#53bbea Text Font Color

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

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


#53bbea Background Color

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

This div background color is #53bbea


#53bbea Border Color

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

This div border color is #53bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bbea


Comments

No comments written yet.

Please login to write comment.