Color Hex Logo

#53defb Color Hex

#53DEFB
(83,222,251)
0 Favorites   0 Comments

Color spaces of #53defb

RGB 83222251
HSL0.530.950.65
HSV190°67°98°
CMYK 0.670.120.00   0.02
XYZ47.101161.0466100.5675
Yxy61.04660.22570.2925
Hunter Lab78.1323-29.1251-21.6221
CIE-Lab82.4038-28.4833-25.1115

#53defb color RGB value is (83,222,251).

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

The process color (four color CMYK) of #53defb color hex is 0.67, 0.12, 0.00, 0.02. Web safe color of #53defb is #66ccff. Color #53defb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011110 11111011
Octal 123 336 373
Decimal 83 222 251
Hex 53 DE FB

RGB Percentages of Color #53defb

%14.93
%39.93
%45.14

CMYK Percentages of Color #53defb

%67
%12
%0
%2

Triadic Colors of #53defb

#53defb #fb53de #defb53

Analogous Colors of #53defb

#53defb #538afb #53fbc4

Monochromatic Colors of #53defb

#53defb

Complementary Color

#53defb #fb7053

#53defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53defb Color CSS Codes

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

#53defb Text Font Color

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

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


#53defb Background Color

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

This div background color is #53defb


#53defb Border Color

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

This div border color is #53defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53defb


Comments

No comments written yet.

Please login to write comment.