Color Hex Logo

#5efdcd Color Hex

#5EFDCD
(94,253,205)
0 Favorites   0 Comments

Color spaces of #5efdcd

RGB 94253205
HSL0.450.980.68
HSV162°63°99°
CMYK 0.630.000.19   0.01
XYZ50.760877.038069.9521
Yxy77.03800.25670.3896
Hunter Lab87.7713-50.367814.1869
CIE-Lab90.3391-52.694010.7687

#5efdcd color RGB value is (94,253,205).

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

The process color (four color CMYK) of #5efdcd color hex is 0.63, 0.00, 0.19, 0.01. Web safe color of #5efdcd is #66ffcc. Color #5efdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111101 11001101
Octal 136 375 315
Decimal 94 253 205
Hex 5E FD CD

RGB Percentages of Color #5efdcd

%17.03
%45.83
%37.14

CMYK Percentages of Color #5efdcd

%63
%0
%19
%1

Triadic Colors of #5efdcd

#5efdcd #cd5efd #fdcd5e

Analogous Colors of #5efdcd

#5efdcd #5edefd #5efd7e

Monochromatic Colors of #5efdcd

#5efdcd

Complementary Color

#5efdcd #fd5e8e

#5efdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efdcd Color CSS Codes

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

#5efdcd Text Font Color

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

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


#5efdcd Background Color

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

This div background color is #5efdcd


#5efdcd Border Color

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

This div border color is #5efdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efdcd


Comments

No comments written yet.

Please login to write comment.