Color Hex Logo

#53cbfb Color Hex

#53CBFB
(83,203,251)
0 Favorites   0 Comments

Color spaces of #53cbfb

RGB 83203251
HSL0.550.950.65
HSV197°67°98°
CMYK 0.670.190.00   0.02
XYZ42.335851.515998.9790
Yxy51.51590.21950.2672
Hunter Lab71.7746-20.3184-31.5202
CIE-Lab76.9905-18.9707-33.4139

#53cbfb color RGB value is (83,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001011 11111011
Octal 123 313 373
Decimal 83 203 251
Hex 53 CB FB

RGB Percentages of Color #53cbfb

%15.46
%37.80
%46.74

CMYK Percentages of Color #53cbfb

%67
%19
%0
%2

Triadic Colors of #53cbfb

#53cbfb #fb53cb #cbfb53

Analogous Colors of #53cbfb

#53cbfb #5377fb #53fbd7

Monochromatic Colors of #53cbfb

#53cbfb

Complementary Color

#53cbfb #fb8353

#53cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cbfb Color CSS Codes

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

#53cbfb Text Font Color

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

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


#53cbfb Background Color

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

This div background color is #53cbfb


#53cbfb Border Color

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

This div border color is #53cbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.