Color Hex Logo

#5edfca Color Hex

#5EDFCA
(94,223,202)
0 Favorites   0 Comments

Color spaces of #5edfca

RGB 94223202
HSL0.470.670.62
HSV170°58°87°
CMYK 0.580.000.09   0.13
XYZ41.664459.419365.1502
Yxy59.41930.25060.3574
Hunter Lab77.0839-38.41633.8477
CIE-Lab81.5215-40.5305-0.3912

#5edfca color RGB value is (94,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 11001010
Octal 136 337 312
Decimal 94 223 202
Hex 5E DF CA

RGB Percentages of Color #5edfca

%18.11
%42.97
%38.92

CMYK Percentages of Color #5edfca

%58
%0
%9
%13

Triadic Colors of #5edfca

#5edfca #ca5edf #dfca5e

Analogous Colors of #5edfca

#5edfca #5eb4df #5edf8a

Monochromatic Colors of #5edfca

#5edfca

Complementary Color

#5edfca #df5e73

#5edfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edfca Color CSS Codes

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

#5edfca Text Font Color

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

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


#5edfca Background Color

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

This div background color is #5edfca


#5edfca Border Color

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

This div border color is #5edfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edfca


Comments

No comments written yet.

Please login to write comment.