Color Hex Logo

#5eefcb Color Hex

#5EEFCB
(94,239,203)
0 Favorites   0 Comments

Color spaces of #5eefcb

RGB 94239203
HSL0.460.820.65
HSV165°61°94°
CMYK 0.610.000.15   0.06
XYZ46.262168.424567.2689
Yxy68.42450.25420.3761
Hunter Lab82.7191-44.92929.6875
CIE-Lab86.2183-47.28845.8991

#5eefcb color RGB value is (94,239,203).

#5eefcb hex color red value is 94, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5eefcb hue: 0.46 , saturation: 0.82 and the lightness value of 5eefcb is 0.65.

The process color (four color CMYK) of #5eefcb color hex is 0.61, 0.00, 0.15, 0.06. Web safe color of #5eefcb is #66ffcc. Color #5eefcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101111 11001011
Octal 136 357 313
Decimal 94 239 203
Hex 5E EF CB

RGB Percentages of Color #5eefcb

%17.54
%44.59
%37.87

CMYK Percentages of Color #5eefcb

%61
%0
%15
%6

Triadic Colors of #5eefcb

#5eefcb #cb5eef #efcb5e

Analogous Colors of #5eefcb

#5eefcb #5ecbef #5eef83

Monochromatic Colors of #5eefcb

#5eefcb

Complementary Color

#5eefcb #ef5e82

#5eefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eefcb Color CSS Codes

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

#5eefcb Text Font Color

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

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


#5eefcb Background Color

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

This div background color is #5eefcb


#5eefcb Border Color

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

This div border color is #5eefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eefcb


Comments

No comments written yet.

Please login to write comment.