Color Hex Logo

#5efcef Color Hex

#5EFCEF
(94,252,239)
0 Favorites   0 Comments

Color spaces of #5efcef

RGB 94252239
HSL0.490.960.68
HSV175°63°99°
CMYK 0.630.000.05   0.01
XYZ55.006578.232593.8626
Yxy78.23250.24220.3445
Hunter Lab88.4491-43.7769-1.0044
CIE-Lab90.8859-44.0422-6.0587

#5efcef color RGB value is (94,252,239).

#5efcef hex color red value is 94, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5efcef hue: 0.49 , saturation: 0.96 and the lightness value of 5efcef is 0.68.

The process color (four color CMYK) of #5efcef color hex is 0.63, 0.00, 0.05, 0.01. Web safe color of #5efcef is #66ffff. Color #5efcef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111100 11101111
Octal 136 374 357
Decimal 94 252 239
Hex 5E FC EF

RGB Percentages of Color #5efcef

%16.07
%43.08
%40.85

CMYK Percentages of Color #5efcef

%63
%0
%5
%1

Triadic Colors of #5efcef

#5efcef #ef5efc #fcef5e

Analogous Colors of #5efcef

#5efcef #5ebafc #5efca0

Monochromatic Colors of #5efcef

#5efcef

Complementary Color

#5efcef #fc5e6b

#5efcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efcef Color CSS Codes

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

#5efcef Text Font Color

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

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


#5efcef Background Color

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

This div background color is #5efcef


#5efcef Border Color

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

This div border color is #5efcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efcef


Comments

No comments written yet.

Please login to write comment.