Color Hex Logo

#5efdca Color Hex

#5EFDCA
(94,253,202)
0 Favorites   0 Comments

Color spaces of #5efdca

RGB 94253202
HSL0.450.980.68
HSV161°63°99°
CMYK 0.630.000.20   0.01
XYZ50.402076.894568.0628
Yxy76.89450.25800.3936
Hunter Lab87.6895-50.858815.3630
CIE-Lab90.2730-53.367312.2226

#5efdca color RGB value is (94,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111101 11001010
Octal 136 375 312
Decimal 94 253 202
Hex 5E FD CA

RGB Percentages of Color #5efdca

%17.12
%46.08
%36.79

CMYK Percentages of Color #5efdca

%63
%0
%20
%1

Triadic Colors of #5efdca

#5efdca #ca5efd #fdca5e

Analogous Colors of #5efdca

#5efdca #5ee1fd #5efd7b

Monochromatic Colors of #5efdca

#5efdca

Complementary Color

#5efdca #fd5e91

#5efdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efdca Color CSS Codes

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

#5efdca Text Font Color

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

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


#5efdca Background Color

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

This div background color is #5efdca


#5efdca Border Color

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

This div border color is #5efdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efdca

Related Colors


Comments

No comments written yet.

Please login to write comment.