Color Hex Logo

#5eebcf Color Hex

#5EEBCF
(94,235,207)
0 Favorites   0 Comments

Color spaces of #5eebcf

RGB 94235207
HSL0.470.780.65
HSV168°60°92°
CMYK 0.600.000.12   0.08
XYZ45.586966.301369.4262
Yxy66.30130.25140.3657
Hunter Lab81.4256-42.55996.4453
CIE-Lab85.1499-44.60612.2553

#5eebcf color RGB value is (94,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11001111
Octal 136 353 317
Decimal 94 235 207
Hex 5E EB CF

RGB Percentages of Color #5eebcf

%17.54
%43.84
%38.62

CMYK Percentages of Color #5eebcf

%60
%0
%12
%8

Triadic Colors of #5eebcf

#5eebcf #cf5eeb #ebcf5e

Analogous Colors of #5eebcf

#5eebcf #5ec1eb #5eeb89

Monochromatic Colors of #5eebcf

#5eebcf

Complementary Color

#5eebcf #eb5e7a

#5eebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebcf Color CSS Codes

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

#5eebcf Text Font Color

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

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


#5eebcf Background Color

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

This div background color is #5eebcf


#5eebcf Border Color

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

This div border color is #5eebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebcf


Comments

No comments written yet.

Please login to write comment.