Color Hex Logo

#5efacc Color Hex

#5EFACC
(94,250,204)
0 Favorites   0 Comments

Color spaces of #5efacc

RGB 94250204
HSL0.450.940.67
HSV162°62°98°
CMYK 0.620.000.18   0.02
XYZ49.700875.110569.0050
Yxy75.11050.25640.3875
Hunter Lab86.6663-49.301113.4588
CIE-Lab89.4447-51.682610.0090

#5efacc color RGB value is (94,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111010 11001100
Octal 136 372 314
Decimal 94 250 204
Hex 5E FA CC

RGB Percentages of Color #5efacc

%17.15
%45.62
%37.23

CMYK Percentages of Color #5efacc

%62
%0
%18
%2

Triadic Colors of #5efacc

#5efacc #cc5efa #facc5e

Analogous Colors of #5efacc

#5efacc #5edafa #5efa7e

Monochromatic Colors of #5efacc

#5efacc

Complementary Color

#5efacc #fa5e8c

#5efacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efacc Color CSS Codes

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

#5efacc Text Font Color

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

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


#5efacc Background Color

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

This div background color is #5efacc


#5efacc Border Color

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

This div border color is #5efacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efacc


Comments

No comments written yet.

Please login to write comment.