Color Hex Logo

#53fded Color Hex

#53FDED
(83,253,237)
0 Favorites   0 Comments

Color spaces of #53fded

RGB 83253237
HSL0.480.980.66
HSV174°67°99°
CMYK 0.670.000.06   0.01
XYZ53.978678.204092.3707
Yxy78.20400.24040.3483
Hunter Lab88.4330-45.8032-0.0269
CIE-Lab90.8729-46.5980-5.0672

#53fded color RGB value is (83,253,237).

#53fded hex color red value is 83, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #53fded hue: 0.48 , saturation: 0.98 and the lightness value of 53fded is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111101 11101101
Octal 123 375 355
Decimal 83 253 237
Hex 53 FD ED

RGB Percentages of Color #53fded

%14.49
%44.15
%41.36

CMYK Percentages of Color #53fded

%67
%0
%6
%1

Triadic Colors of #53fded

#53fded #ed53fd #fded53

Analogous Colors of #53fded

#53fded #53b8fd #53fd98

Monochromatic Colors of #53fded

#53fded

Complementary Color

#53fded #fd5363

#53fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fded Color CSS Codes

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

#53fded Text Font Color

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

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


#53fded Background Color

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

This div background color is #53fded


#53fded Border Color

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

This div border color is #53fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fded


Comments

No comments written yet.

Please login to write comment.