Color Hex Logo

#53fcdd Color Hex

#53FCDD
(83,252,221)
0 Favorites   0 Comments

Color spaces of #53fcdd

RGB 83252221
HSL0.470.970.66
HSV169°67°99°
CMYK 0.670.000.12   0.01
XYZ51.428876.680380.4968
Yxy76.68030.24650.3676
Hunter Lab87.5673-48.40866.7944
CIE-Lab90.1743-50.21182.2156

#53fcdd color RGB value is (83,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111100 11011101
Octal 123 374 335
Decimal 83 252 221
Hex 53 FC DD

RGB Percentages of Color #53fcdd

%14.93
%45.32
%39.75

CMYK Percentages of Color #53fcdd

%67
%0
%12
%1

Triadic Colors of #53fcdd

#53fcdd #dd53fc #fcdd53

Analogous Colors of #53fcdd

#53fcdd #53c7fc #53fc89

Monochromatic Colors of #53fcdd

#53fcdd

Complementary Color

#53fcdd #fc5372

#53fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fcdd Color CSS Codes

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

#53fcdd Text Font Color

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

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


#53fcdd Background Color

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

This div background color is #53fcdd


#53fcdd Border Color

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

This div border color is #53fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fcdd


Comments

No comments written yet.

Please login to write comment.