Color Hex Logo

#5efebe Color Hex

#5EFEBE
(94,254,190)
0 Favorites   0 Comments

Color spaces of #5efebe

RGB 94254190
HSL0.430.990.68
HSV156°63°100°
CMYK 0.630.000.25   0.00
XYZ49.352276.981060.9729
Yxy76.98100.26350.4110
Hunter Lab87.7388-53.138520.2144
CIE-Lab90.3129-56.368518.4481

#5efebe color RGB value is (94,254,190).

#5efebe hex color red value is 94, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5efebe hue: 0.43 , saturation: 0.99 and the lightness value of 5efebe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111110 10111110
Octal 136 376 276
Decimal 94 254 190
Hex 5E FE BE

RGB Percentages of Color #5efebe

%17.47
%47.21
%35.32

CMYK Percentages of Color #5efebe

%63
%0
%25
%0

Triadic Colors of #5efebe

#5efebe #be5efe #febe5e

Analogous Colors of #5efebe

#5efebe #5eeefe #5efe6e

Monochromatic Colors of #5efebe

#5efebe

Complementary Color

#5efebe #fe5e9e

#5efebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efebe Color CSS Codes

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

#5efebe Text Font Color

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

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


#5efebe Background Color

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

This div background color is #5efebe


#5efebe Border Color

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

This div border color is #5efebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efebe


Comments

No comments written yet.

Please login to write comment.