Color Hex Logo

#5eebce Color Hex

#5EEBCE
(94,235,206)
0 Favorites   0 Comments

Color spaces of #5eebce

RGB 94235206
HSL0.470.780.65
HSV168°60°92°
CMYK 0.600.000.12   0.08
XYZ45.465066.252668.7843
Yxy66.25260.25190.3670
Hunter Lab81.3957-42.73826.8733
CIE-Lab85.1251-44.84852.7447

#5eebce color RGB value is (94,235,206).

#5eebce hex color red value is 94, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5eebce hue: 0.47 , saturation: 0.78 and the lightness value of 5eebce is 0.65.

The process color (four color CMYK) of #5eebce color hex is 0.60, 0.00, 0.12, 0.08. Web safe color of #5eebce is #66ffcc. Color #5eebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11001110
Octal 136 353 316
Decimal 94 235 206
Hex 5E EB CE

RGB Percentages of Color #5eebce

%17.57
%43.93
%38.50

CMYK Percentages of Color #5eebce

%60
%0
%12
%8

Triadic Colors of #5eebce

#5eebce #ce5eeb #ebce5e

Analogous Colors of #5eebce

#5eebce #5ec2eb #5eeb88

Monochromatic Colors of #5eebce

#5eebce

Complementary Color

#5eebce #eb5e7b

#5eebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebce Color CSS Codes

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

#5eebce Text Font Color

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

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


#5eebce Background Color

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

This div background color is #5eebce


#5eebce Border Color

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

This div border color is #5eebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebce


Comments

No comments written yet.

Please login to write comment.