Color Hex Logo

#53fdcf Color Hex

#53FDCF
(83,253,207)
0 Favorites   0 Comments

Color spaces of #53fdcf

RGB 83253207
HSL0.450.980.66
HSV164°67°99°
CMYK 0.670.000.18   0.01
XYZ49.955076.594671.1828
Yxy76.59460.25260.3874
Hunter Lab87.5183-51.270313.0395
CIE-Lab90.1347-53.97109.4101

#53fdcf color RGB value is (83,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111101 11001111
Octal 123 375 317
Decimal 83 253 207
Hex 53 FD CF

RGB Percentages of Color #53fdcf

%15.29
%46.59
%38.12

CMYK Percentages of Color #53fdcf

%67
%0
%18
%1

Triadic Colors of #53fdcf

#53fdcf #cf53fd #fdcf53

Analogous Colors of #53fdcf

#53fdcf #53d6fd #53fd7a

Monochromatic Colors of #53fdcf

#53fdcf

Complementary Color

#53fdcf #fd5381

#53fdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fdcf Color CSS Codes

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

#53fdcf Text Font Color

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

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


#53fdcf Background Color

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

This div background color is #53fdcf


#53fdcf Border Color

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

This div border color is #53fdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fdcf

Related Colors


Comments

No comments written yet.

Please login to write comment.