Color Hex Logo

#5feacd Color Hex

#5FEACD
(95,234,205)
0 Favorites   0 Comments

Color spaces of #5feacd

RGB 95234205
HSL0.470.770.65
HSV167°59°92°
CMYK 0.590.000.12   0.08
XYZ45.161665.686368.0561
Yxy65.68630.25240.3672
Hunter Lab81.0471-42.36746.9465
CIE-Lab84.8362-44.47482.8543

#5feacd color RGB value is (95,234,205).

#5feacd hex color red value is 95, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5feacd hue: 0.47 , saturation: 0.77 and the lightness value of 5feacd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 11001101
Octal 137 352 315
Decimal 95 234 205
Hex 5F EA CD

RGB Percentages of Color #5feacd

%17.79
%43.82
%38.39

CMYK Percentages of Color #5feacd

%59
%0
%12
%8

Triadic Colors of #5feacd

#5feacd #cd5fea #eacd5f

Analogous Colors of #5feacd

#5feacd #5fc2ea #5fea88

Monochromatic Colors of #5feacd

#5feacd

Complementary Color

#5feacd #ea5f7c

#5feacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feacd Color CSS Codes

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

#5feacd Text Font Color

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

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


#5feacd Background Color

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

This div background color is #5feacd


#5feacd Border Color

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

This div border color is #5feacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feacd


Comments

No comments written yet.

Please login to write comment.