Color Hex Logo

#53c2ff Color Hex

#53C2FF
(83,194,255)
0 Favorites   0 Comments

Color spaces of #53c2ff

RGB 83194255
HSL0.561.000.66
HSV201°67°100°
CMYK 0.670.240.00   0.00
XYZ40.909147.6426101.6475
Yxy47.64260.21510.2505
Hunter Lab69.0236-14.9975-38.9968
CIE-Lab74.5989-13.0009-39.2629

#53c2ff color RGB value is (83,194,255).

#53c2ff hex color red value is 83, green value is 194 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #53c2ff hue: 0.56 , saturation: 1.00 and the lightness value of 53c2ff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11000010 11111111
Octal 123 302 377
Decimal 83 194 255
Hex 53 C2 FF

RGB Percentages of Color #53c2ff

%15.60
%36.47
%47.93

CMYK Percentages of Color #53c2ff

%67
%24
%0
%0

Triadic Colors of #53c2ff

#53c2ff #ff53c2 #c2ff53

Analogous Colors of #53c2ff

#53c2ff #536cff #53ffe6

Monochromatic Colors of #53c2ff

#53c2ff

Complementary Color

#53c2ff #ff9053

#53c2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53c2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#53c2ff Color CSS Codes

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

#53c2ff Text Font Color

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

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


#53c2ff Background Color

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

This div background color is #53c2ff


#53c2ff Border Color

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

This div border color is #53c2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53c2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.