Color Hex Logo

#5ef5dc Color Hex

#5EF5DC
(94,245,220)
0 Favorites   0 Comments

Color spaces of #5ef5dc

RGB 94245220
HSL0.470.880.66
HSV170°62°96°
CMYK 0.620.000.10   0.04
XYZ50.186872.851879.1268
Yxy72.85180.24820.3604
Hunter Lab85.3533-44.41214.7825
CIE-Lab88.3770-45.77150.1487

#5ef5dc color RGB value is (94,245,220).

#5ef5dc hex color red value is 94, green value is 245 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ef5dc hue: 0.47 , saturation: 0.88 and the lightness value of 5ef5dc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110101 11011100
Octal 136 365 334
Decimal 94 245 220
Hex 5E F5 DC

RGB Percentages of Color #5ef5dc

%16.82
%43.83
%39.36

CMYK Percentages of Color #5ef5dc

%62
%0
%10
%4

Triadic Colors of #5ef5dc

#5ef5dc #dc5ef5 #f5dc5e

Analogous Colors of #5ef5dc

#5ef5dc #5ec3f5 #5ef591

Monochromatic Colors of #5ef5dc

#5ef5dc

Complementary Color

#5ef5dc #f55e77

#5ef5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef5dc Color CSS Codes

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

#5ef5dc Text Font Color

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

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


#5ef5dc Background Color

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

This div background color is #5ef5dc


#5ef5dc Border Color

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

This div border color is #5ef5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef5dc


Comments

No comments written yet.

Please login to write comment.