Color Hex Logo

#5efacd Color Hex

#5EFACD
(94,250,205)
0 Favorites   0 Comments

Color spaces of #5efacd

RGB 94250205
HSL0.450.940.67
HSV163°62°98°
CMYK 0.620.000.18   0.02
XYZ49.821175.158769.6388
Yxy75.15870.25600.3862
Hunter Lab86.6941-49.134913.0600
CIE-Lab89.4673-51.45509.5236

#5efacd color RGB value is (94,250,205).

#5efacd hex color red value is 94, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5efacd hue: 0.45 , saturation: 0.94 and the lightness value of 5efacd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111010 11001101
Octal 136 372 315
Decimal 94 250 205
Hex 5E FA CD

RGB Percentages of Color #5efacd

%17.12
%45.54
%37.34

CMYK Percentages of Color #5efacd

%62
%0
%18
%2

Triadic Colors of #5efacd

#5efacd #cd5efa #facd5e

Analogous Colors of #5efacd

#5efacd #5ed9fa #5efa7f

Monochromatic Colors of #5efacd

#5efacd

Complementary Color

#5efacd #fa5e8b

#5efacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efacd Color CSS Codes

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

#5efacd Text Font Color

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

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


#5efacd Background Color

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

This div background color is #5efacd


#5efacd Border Color

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

This div border color is #5efacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,250,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 #5efacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efacd

Related Colors


Comments

No comments written yet.

Please login to write comment.