Color Hex Logo

#5edfcd Color Hex

#5EDFCD
(94,223,205)
0 Favorites   0 Comments

Color spaces of #5edfcd

RGB 94223205
HSL0.480.670.62
HSV172°58°87°
CMYK 0.580.000.08   0.13
XYZ42.023259.562867.0395
Yxy59.56280.24920.3532
Hunter Lab77.1769-37.86562.5218
CIE-Lab81.6000-39.7814-1.8696

#5edfcd color RGB value is (94,223,205).

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

The process color (four color CMYK) of #5edfcd color hex is 0.58, 0.00, 0.08, 0.13. Web safe color of #5edfcd is #66cccc. Color #5edfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 11001101
Octal 136 337 315
Decimal 94 223 205
Hex 5E DF CD

RGB Percentages of Color #5edfcd

%18.01
%42.72
%39.27

CMYK Percentages of Color #5edfcd

%58
%0
%8
%13

Triadic Colors of #5edfcd

#5edfcd #cd5edf #dfcd5e

Analogous Colors of #5edfcd

#5edfcd #5eb1df #5edf8d

Monochromatic Colors of #5edfcd

#5edfcd

Complementary Color

#5edfcd #df5e70

#5edfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edfcd Color CSS Codes

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

#5edfcd Text Font Color

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

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


#5edfcd Background Color

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

This div background color is #5edfcd


#5edfcd Border Color

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

This div border color is #5edfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edfcd


Comments

No comments written yet.

Please login to write comment.