Color Hex Logo

#53fecf Color Hex

#53FECF
(83,254,207)
0 Favorites   0 Comments

Color spaces of #53fecf

RGB 83254207
HSL0.450.990.66
HSV164°67°100°
CMYK 0.670.000.19   0.00
XYZ50.271677.227671.2883
Yxy77.22760.25290.3885
Hunter Lab87.8792-51.677213.4190
CIE-Lab90.4263-54.37719.8271

#53fecf color RGB value is (83,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 11001111
Octal 123 376 317
Decimal 83 254 207
Hex 53 FE CF

RGB Percentages of Color #53fecf

%15.26
%46.69
%38.05

CMYK Percentages of Color #53fecf

%67
%0
%19
%0

Triadic Colors of #53fecf

#53fecf #cf53fe #fecf53

Analogous Colors of #53fecf

#53fecf #53d8fe #53fe7a

Monochromatic Colors of #53fecf

#53fecf

Complementary Color

#53fecf #fe5382

#53fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fecf Color CSS Codes

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

#53fecf Text Font Color

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

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


#53fecf Background Color

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

This div background color is #53fecf


#53fecf Border Color

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

This div border color is #53fecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,254,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 #53fecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fecf

Related Colors


Comments

No comments written yet.

Please login to write comment.