Color Hex Logo

#53fedd Color Hex

#53FEDD
(83,254,221)
0 Favorites   0 Comments

Color spaces of #53fedd

RGB 83254221
HSL0.470.990.66
HSV168°67°100°
CMYK 0.670.000.13   0.00
XYZ52.060277.943180.7073
Yxy77.94310.24710.3699
Hunter Lab88.2854-49.24147.5990
CIE-Lab90.7539-51.04973.0575

#53fedd color RGB value is (83,254,221).

#53fedd hex color red value is 83, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #53fedd hue: 0.47 , saturation: 0.99 and the lightness value of 53fedd is 0.66.

The process color (four color CMYK) of #53fedd color hex is 0.67, 0.00, 0.13, 0.00. Web safe color of #53fedd is #66ffcc. Color #53fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 11011101
Octal 123 376 335
Decimal 83 254 221
Hex 53 FE DD

RGB Percentages of Color #53fedd

%14.87
%45.52
%39.61

CMYK Percentages of Color #53fedd

%67
%0
%13
%0

Triadic Colors of #53fedd

#53fedd #dd53fe #fedd53

Analogous Colors of #53fedd

#53fedd #53cafe #53fe88

Monochromatic Colors of #53fedd

#53fedd

Complementary Color

#53fedd #fe5374

#53fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fedd Color CSS Codes

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

#53fedd Text Font Color

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

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


#53fedd Background Color

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

This div background color is #53fedd


#53fedd Border Color

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

This div border color is #53fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.