Color Hex Logo

#53fcaf Color Hex

#53FCAF
(83,252,175)
0 Favorites   0 Comments

Color spaces of #53fcaf

RGB 83252175
HSL0.420.970.66
HSV153°67°99°
CMYK 0.670.000.31   0.01
XYZ46.115574.555052.5174
Yxy74.55500.26630.4305
Hunter Lab86.3452-55.770424.3800
CIE-Lab89.1841-60.488224.5044

#53fcaf color RGB value is (83,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111100 10101111
Octal 123 374 257
Decimal 83 252 175
Hex 53 FC AF

RGB Percentages of Color #53fcaf

%16.27
%49.41
%34.31

CMYK Percentages of Color #53fcaf

%67
%0
%31
%1

Triadic Colors of #53fcaf

#53fcaf #af53fc #fcaf53

Analogous Colors of #53fcaf

#53fcaf #53f5fc #53fc5b

Monochromatic Colors of #53fcaf

#53fcaf

Complementary Color

#53fcaf #fc53a0

#53fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fcaf Color CSS Codes

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

#53fcaf Text Font Color

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

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


#53fcaf Background Color

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

This div background color is #53fcaf


#53fcaf Border Color

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

This div border color is #53fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.