Color Hex Logo

#5ffadc Color Hex

#5FFADC
(95,250,220)
0 Favorites   0 Comments

Color spaces of #5ffadc

RGB 95250220
HSL0.470.940.68
HSV168°62°98°
CMYK 0.620.000.12   0.02
XYZ51.823275.971479.6427
Yxy75.97140.24980.3662
Hunter Lab87.1616-46.40296.8377
CIE-Lab89.8461-47.75822.2916

#5ffadc color RGB value is (95,250,220).

#5ffadc hex color red value is 95, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ffadc hue: 0.47 , saturation: 0.94 and the lightness value of 5ffadc is 0.68.

The process color (four color CMYK) of #5ffadc color hex is 0.62, 0.00, 0.12, 0.02. Web safe color of #5ffadc is #66ffcc. Color #5ffadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111010 11011100
Octal 137 372 334
Decimal 95 250 220
Hex 5F FA DC

RGB Percentages of Color #5ffadc

%16.81
%44.25
%38.94

CMYK Percentages of Color #5ffadc

%62
%0
%12
%2

Triadic Colors of #5ffadc

#5ffadc #dc5ffa #fadc5f

Analogous Colors of #5ffadc

#5ffadc #5fcbfa #5ffa8f

Monochromatic Colors of #5ffadc

#5ffadc

Complementary Color

#5ffadc #fa5f7d

#5ffadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffadc Color CSS Codes

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

#5ffadc Text Font Color

<p style="color:#5ffadc">Text here</p>

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


#5ffadc Background Color

<div style="background-color:#5ffadc">
Div content here</div>

This div background color is #5ffadc


#5ffadc Border Color

<div style="border:3px solid #5ffadc">
Div here</div>

This div border color is #5ffadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,250,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ffadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ffadc;
  -webkit-box-shadow: 1px 1px 3px 2px #5ffadc;
  box-shadow:         1px 1px 3px 2px #5ffadc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffadc


Comments

No comments written yet.

Please login to write comment.