Color Hex Logo

#5effce Color Hex

#5EFFCE
(94,255,206)
0 Favorites   0 Comments

Color spaces of #5effce

RGB 94255206
HSL0.451.000.68
HSV162°63°100°
CMYK 0.630.000.19   0.00
XYZ51.516778.355970.8015
Yxy78.35590.25670.3905
Hunter Lab88.5189-51.023614.5403
CIE-Lab90.9421-53.289211.1126

#5effce color RGB value is (94,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111111 11001110
Octal 136 377 316
Decimal 94 255 206
Hex 5E FF CE

RGB Percentages of Color #5effce

%16.94
%45.95
%37.12

CMYK Percentages of Color #5effce

%63
%0
%19
%0

Triadic Colors of #5effce

#5effce #ce5eff #ffce5e

Analogous Colors of #5effce

#5effce #5ee0ff #5eff7e

Monochromatic Colors of #5effce

#5effce

Complementary Color

#5effce #ff5e8f

#5effce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5effce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5effce Color CSS Codes

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

#5effce Text Font Color

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

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


#5effce Background Color

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

This div background color is #5effce


#5effce Border Color

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

This div border color is #5effce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5effce

Related Colors


Comments

No comments written yet.

Please login to write comment.