Color Hex Logo

#53c0f0 Color Hex

#53C0F0
(83,192,240)
0 Favorites   0 Comments

Color spaces of #53c0f0

RGB 83192240
HSL0.550.840.63
HSV198°65°94°
CMYK 0.650.200.00   0.06
XYZ38.145145.829589.2736
Yxy45.82950.22020.2645
Hunter Lab67.6975-17.8923-30.7983
CIE-Lab73.4348-16.6840-32.9929

#53c0f0 color RGB value is (83,192,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11000000 11110000
Octal 123 300 360
Decimal 83 192 240
Hex 53 C0 F0

RGB Percentages of Color #53c0f0

%16.12
%37.28
%46.60

CMYK Percentages of Color #53c0f0

%65
%20
%0
%6

Triadic Colors of #53c0f0

#53c0f0 #f053c0 #c0f053

Analogous Colors of #53c0f0

#53c0f0 #5372f0 #53f0d2

Monochromatic Colors of #53c0f0

#53c0f0

Complementary Color

#53c0f0 #f08353

#53c0f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53c0f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53c0f0 Color CSS Codes

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

#53c0f0 Text Font Color

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

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


#53c0f0 Background Color

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

This div background color is #53c0f0


#53c0f0 Border Color

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

This div border color is #53c0f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53c0f0


Comments

No comments written yet.

Please login to write comment.