Color Hex Logo

#53fcee Color Hex

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

Color spaces of #53fcee

RGB 83252238
HSL0.490.970.66
HSV175°67°99°
CMYK 0.670.000.06   0.01
XYZ53.810377.632993.0375
Yxy77.63290.23970.3458
Hunter Lab88.1095-45.1781-0.9294
CIE-Lab90.6121-45.9047-5.9713

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

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

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

Base Numbers

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

RGB Percentages of Color #53fcee

%14.49
%43.98
%41.54

CMYK Percentages of Color #53fcee

%67
%0
%6
%1

Triadic Colors of #53fcee

#53fcee #ee53fc #fcee53

Analogous Colors of #53fcee

#53fcee #53b6fc #53fc9a

Monochromatic Colors of #53fcee

#53fcee

Complementary Color

#53fcee #fc5361

#53fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fcee Color CSS Codes

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

#53fcee Text Font Color

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

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


#53fcee Background Color

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

This div background color is #53fcee


#53fcee Border Color

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

This div border color is #53fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fcee

Related Colors


Comments

No comments written yet.

Please login to write comment.