Color Hex Logo

#53bdec Color Hex

#53BDEC
(83,189,236)
0 Favorites   0 Comments

Color spaces of #53bdec

RGB 83189236
HSL0.550.800.63
HSV198°65°93°
CMYK 0.650.200.00   0.07
XYZ36.905244.290385.9607
Yxy44.29030.22080.2650
Hunter Lab66.5510-17.4787-29.9964
CIE-Lab72.4221-16.3593-32.3940

#53bdec color RGB value is (83,189,236).

#53bdec hex color red value is 83, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #53bdec hue: 0.55 , saturation: 0.80 and the lightness value of 53bdec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111101 11101100
Octal 123 275 354
Decimal 83 189 236
Hex 53 BD EC

RGB Percentages of Color #53bdec

%16.34
%37.20
%46.46

CMYK Percentages of Color #53bdec

%65
%20
%0
%7

Triadic Colors of #53bdec

#53bdec #ec53bd #bdec53

Analogous Colors of #53bdec

#53bdec #5371ec #53eccf

Monochromatic Colors of #53bdec

#53bdec

Complementary Color

#53bdec #ec8253

#53bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bdec Color CSS Codes

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

#53bdec Text Font Color

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

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


#53bdec Background Color

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

This div background color is #53bdec


#53bdec Border Color

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

This div border color is #53bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bdec


Comments

No comments written yet.

Please login to write comment.