Color Hex Logo

#53ccef Color Hex

#53CCEF
(83,204,239)
0 Favorites   0 Comments

Color spaces of #53ccef

RGB 83204239
HSL0.540.830.63
HSV193°65°94°
CMYK 0.650.150.00   0.06
XYZ40.740151.256789.4077
Yxy51.25670.22460.2826
Hunter Lab71.5938-23.7146-23.9268
CIE-Lab76.8342-23.1564-27.2254

#53ccef color RGB value is (83,204,239).

#53ccef hex color red value is 83, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #53ccef hue: 0.54 , saturation: 0.83 and the lightness value of 53ccef is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 11101111
Octal 123 314 357
Decimal 83 204 239
Hex 53 CC EF

RGB Percentages of Color #53ccef

%15.78
%38.78
%45.44

CMYK Percentages of Color #53ccef

%65
%15
%0
%6

Triadic Colors of #53ccef

#53ccef #ef53cc #ccef53

Analogous Colors of #53ccef

#53ccef #537eef #53efc4

Monochromatic Colors of #53ccef

#53ccef

Complementary Color

#53ccef #ef7653

#53ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ccef Color CSS Codes

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

#53ccef Text Font Color

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

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


#53ccef Background Color

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

This div background color is #53ccef


#53ccef Border Color

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

This div border color is #53ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ccef


Comments

No comments written yet.

Please login to write comment.