Color Hex Logo

#53fcda Color Hex

#53FCDA
(83,252,218)
0 Favorites   0 Comments

Color spaces of #53fcda

RGB 83252218
HSL0.470.970.66
HSV168°67°99°
CMYK 0.670.000.13   0.01
XYZ51.032676.521878.4101
Yxy76.52180.24780.3715
Hunter Lab87.4767-48.95018.0889
CIE-Lab90.1011-50.94523.6657

#53fcda color RGB value is (83,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111100 11011010
Octal 123 374 332
Decimal 83 252 218
Hex 53 FC DA

RGB Percentages of Color #53fcda

%15.01
%45.57
%39.42

CMYK Percentages of Color #53fcda

%67
%0
%13
%1

Triadic Colors of #53fcda

#53fcda #da53fc #fcda53

Analogous Colors of #53fcda

#53fcda #53cafc #53fc86

Monochromatic Colors of #53fcda

#53fcda

Complementary Color

#53fcda #fc5375

#53fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fcda Color CSS Codes

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

#53fcda Text Font Color

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

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


#53fcda Background Color

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

This div background color is #53fcda


#53fcda Border Color

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

This div border color is #53fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fcda


Comments

No comments written yet.

Please login to write comment.