Color Hex Logo

#55fadf Color Hex

#55FADF
(85,250,223)
0 Favorites   0 Comments

Color spaces of #55fadf

RGB 85250223
HSL0.470.940.66
HSV170°66°98°
CMYK 0.660.000.11   0.02
XYZ51.251275.630281.7089
Yxy75.63020.24570.3626
Hunter Lab86.9656-46.99505.1698
CIE-Lab89.6874-48.58260.4729

#55fadf color RGB value is (85,250,223).

#55fadf hex color red value is 85, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #55fadf hue: 0.47 , saturation: 0.94 and the lightness value of 55fadf is 0.66.

The process color (four color CMYK) of #55fadf color hex is 0.66, 0.00, 0.11, 0.02. Web safe color of #55fadf is #66ffcc. Color #55fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111010 11011111
Octal 125 372 337
Decimal 85 250 223
Hex 55 FA DF

RGB Percentages of Color #55fadf

%15.23
%44.80
%39.96

CMYK Percentages of Color #55fadf

%66
%0
%11
%2

Triadic Colors of #55fadf

#55fadf #df55fa #fadf55

Analogous Colors of #55fadf

#55fadf #55c3fa #55fa8d

Monochromatic Colors of #55fadf

#55fadf

Complementary Color

#55fadf #fa5570

#55fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fadf Color CSS Codes

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

#55fadf Text Font Color

<p style="color:#55fadf">Text here</p>

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


#55fadf Background Color

<div style="background-color:#55fadf">
Div content here</div>

This div background color is #55fadf


#55fadf Border Color

<div style="border:3px solid #55fadf">
Div here</div>

This div border color is #55fadf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,250,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55fadf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55fadf;
  -webkit-box-shadow: 1px 1px 3px 2px #55fadf;
  box-shadow:         1px 1px 3px 2px #55fadf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,250,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fadf


Comments

No comments written yet.

Please login to write comment.