Color Hex Logo

#5edfcb Color Hex

#5EDFCB
(94,223,203)
0 Favorites   0 Comments

Color spaces of #5edfcb

RGB 94223203
HSL0.470.670.62
HSV171°58°87°
CMYK 0.580.000.09   0.13
XYZ41.783359.466865.7760
Yxy59.46680.25020.3560
Hunter Lab77.1147-38.23363.4081
CIE-Lab81.5475-40.2815-0.8843

#5edfcb color RGB value is (94,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 11001011
Octal 136 337 313
Decimal 94 223 203
Hex 5E DF CB

RGB Percentages of Color #5edfcb

%18.08
%42.88
%39.04

CMYK Percentages of Color #5edfcb

%58
%0
%9
%13

Triadic Colors of #5edfcb

#5edfcb #cb5edf #dfcb5e

Analogous Colors of #5edfcb

#5edfcb #5eb3df #5edf8b

Monochromatic Colors of #5edfcb

#5edfcb

Complementary Color

#5edfcb #df5e72

#5edfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edfcb Color CSS Codes

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

#5edfcb Text Font Color

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

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


#5edfcb Background Color

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

This div background color is #5edfcb


#5edfcb Border Color

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

This div border color is #5edfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edfcb


Comments

No comments written yet.

Please login to write comment.