Color Hex Logo

#5ebeaf Color Hex

#5EBEAF
(94,190,175)
0 Favorites   0 Comments

Color spaces of #5ebeaf

RGB 94190175
HSL0.470.420.56
HSV171°51°75°
CMYK 0.510.000.08   0.25
XYZ30.767442.301747.1009
Yxy42.30170.25600.3520
Hunter Lab65.0398-29.37922.5908
CIE-Lab71.0784-32.0273-1.1232

#5ebeaf color RGB value is (94,190,175).

#5ebeaf hex color red value is 94, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5ebeaf hue: 0.47 , saturation: 0.42 and the lightness value of 5ebeaf is 0.56.

The process color (four color CMYK) of #5ebeaf color hex is 0.51, 0.00, 0.08, 0.25. Web safe color of #5ebeaf is #66cc99. Color #5ebeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 10101111
Octal 136 276 257
Decimal 94 190 175
Hex 5E BE AF

RGB Percentages of Color #5ebeaf

%20.48
%41.39
%38.13

CMYK Percentages of Color #5ebeaf

%51
%0
%8
%25

Triadic Colors of #5ebeaf

#5ebeaf #af5ebe #beaf5e

Analogous Colors of #5ebeaf

#5ebeaf #5e9dbe #5ebe7f

Monochromatic Colors of #5ebeaf

#5ebeaf

Complementary Color

#5ebeaf #be5e6d

#5ebeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebeaf Color CSS Codes

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

#5ebeaf Text Font Color

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

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


#5ebeaf Background Color

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

This div background color is #5ebeaf


#5ebeaf Border Color

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

This div border color is #5ebeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebeaf


Comments

No comments written yet.

Please login to write comment.