Color Hex Logo

#53cdfb Color Hex

#53CDFB
(83,205,251)
0 Favorites   0 Comments

Color spaces of #53cdfb

RGB 83205251
HSL0.550.950.65
HSV196°67°98°
CMYK 0.670.180.00   0.02
XYZ42.811252.466799.1375
Yxy52.46670.22020.2699
Hunter Lab72.4339-21.2590-30.4442
CIE-Lab77.5591-19.9976-32.5369

#53cdfb color RGB value is (83,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001101 11111011
Octal 123 315 373
Decimal 83 205 251
Hex 53 CD FB

RGB Percentages of Color #53cdfb

%15.40
%38.03
%46.57

CMYK Percentages of Color #53cdfb

%67
%18
%0
%2

Triadic Colors of #53cdfb

#53cdfb #fb53cd #cdfb53

Analogous Colors of #53cdfb

#53cdfb #5379fb #53fbd5

Monochromatic Colors of #53cdfb

#53cdfb

Complementary Color

#53cdfb #fb8153

#53cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cdfb Color CSS Codes

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

#53cdfb Text Font Color

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

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


#53cdfb Background Color

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

This div background color is #53cdfb


#53cdfb Border Color

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

This div border color is #53cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.