Color Hex Logo

#53bfea Color Hex

#53BFEA
(83,191,234)
0 Favorites   0 Comments

Color spaces of #53bfea

RGB 83191234
HSL0.550.780.62
HSV197°65°92°
CMYK 0.650.180.00   0.08
XYZ37.049445.041184.5830
Yxy45.04110.22230.2702
Hunter Lab67.1127-18.9066-27.7451
CIE-Lab72.9189-18.0263-30.5446

#53bfea color RGB value is (83,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111111 11101010
Octal 123 277 352
Decimal 83 191 234
Hex 53 BF EA

RGB Percentages of Color #53bfea

%16.34
%37.60
%46.06

CMYK Percentages of Color #53bfea

%65
%18
%0
%8

Triadic Colors of #53bfea

#53bfea #ea53bf #bfea53

Analogous Colors of #53bfea

#53bfea #5374ea #53eaca

Monochromatic Colors of #53bfea

#53bfea

Complementary Color

#53bfea #ea7e53

#53bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bfea Color CSS Codes

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

#53bfea Text Font Color

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

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


#53bfea Background Color

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

This div background color is #53bfea


#53bfea Border Color

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

This div border color is #53bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bfea


Comments

No comments written yet.

Please login to write comment.