Color Hex Logo

#53eefc Color Hex

#53EEFC
(83,238,252)
0 Favorites   0 Comments

Color spaces of #53eefc

RGB 83238252
HSL0.510.970.66
HSV185°67°99°
CMYK 0.670.060.00   0.01
XYZ51.712570.0163102.8844
Yxy70.01630.23020.3117
Hunter Lab83.6757-36.1177-14.3276
CIE-Lab87.0049-35.8027-18.6630

#53eefc color RGB value is (83,238,252).

#53eefc hex color red value is 83, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #53eefc hue: 0.51 , saturation: 0.97 and the lightness value of 53eefc is 0.66.

The process color (four color CMYK) of #53eefc color hex is 0.67, 0.06, 0.00, 0.01. Web safe color of #53eefc is #66ffff. Color #53eefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101110 11111100
Octal 123 356 374
Decimal 83 238 252
Hex 53 EE FC

RGB Percentages of Color #53eefc

%14.49
%41.54
%43.98

CMYK Percentages of Color #53eefc

%67
%6
%0
%1

Triadic Colors of #53eefc

#53eefc #fc53ee #eefc53

Analogous Colors of #53eefc

#53eefc #539afc #53fcb6

Monochromatic Colors of #53eefc

#53eefc

Complementary Color

#53eefc #fc6153

#53eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eefc Color CSS Codes

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

#53eefc Text Font Color

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

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


#53eefc Background Color

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

This div background color is #53eefc


#53eefc Border Color

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

This div border color is #53eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eefc

Related Colors


Comments

No comments written yet.

Please login to write comment.