Color Hex Logo

#5ef0ee Color Hex

#5EF0EE
(94,240,238)
0 Favorites   0 Comments

Color spaces of #5ef0ee

RGB 94240238
HSL0.500.830.65
HSV179°61°94°
CMYK 0.610.000.01   0.06
XYZ51.208870.872991.8698
Yxy70.87290.23930.3313
Hunter Lab84.1860-38.7474-5.7712
CIE-Lab87.4232-38.9356-10.6721

#5ef0ee color RGB value is (94,240,238).

#5ef0ee hex color red value is 94, green value is 240 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5ef0ee hue: 0.50 , saturation: 0.83 and the lightness value of 5ef0ee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110000 11101110
Octal 136 360 356
Decimal 94 240 238
Hex 5E F0 EE

RGB Percentages of Color #5ef0ee

%16.43
%41.96
%41.61

CMYK Percentages of Color #5ef0ee

%61
%0
%1
%6

Triadic Colors of #5ef0ee

#5ef0ee #ee5ef0 #f0ee5e

Analogous Colors of #5ef0ee

#5ef0ee #5ea9f0 #5ef0a5

Monochromatic Colors of #5ef0ee

#5ef0ee

Complementary Color

#5ef0ee #f05e60

#5ef0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef0ee Color CSS Codes

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

#5ef0ee Text Font Color

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

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


#5ef0ee Background Color

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

This div background color is #5ef0ee


#5ef0ee Border Color

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

This div border color is #5ef0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef0ee

Related Colors


Comments

No comments written yet.

Please login to write comment.