Color Hex Logo

#5ebecf Color Hex

#5EBECF
(94,190,207)
0 Favorites   0 Comments

Color spaces of #5ebecf

RGB 94190207
HSL0.530.540.59
HSV189°55°81°
CMYK 0.550.080.00   0.19
XYZ34.292043.711665.6613
Yxy43.71160.23870.3043
Hunter Lab66.1147-23.1175-12.6030
CIE-Lab72.0353-23.5132-17.1864

#5ebecf color RGB value is (94,190,207).

#5ebecf hex color red value is 94, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5ebecf hue: 0.53 , saturation: 0.54 and the lightness value of 5ebecf is 0.59.

The process color (four color CMYK) of #5ebecf color hex is 0.55, 0.08, 0.00, 0.19. Web safe color of #5ebecf is #66cccc. Color #5ebecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 11001111
Octal 136 276 317
Decimal 94 190 207
Hex 5E BE CF

RGB Percentages of Color #5ebecf

%19.14
%38.70
%42.16

CMYK Percentages of Color #5ebecf

%55
%8
%0
%19

Triadic Colors of #5ebecf

#5ebecf #cf5ebe #becf5e

Analogous Colors of #5ebecf

#5ebecf #5e86cf #5ecfa8

Monochromatic Colors of #5ebecf

#5ebecf

Complementary Color

#5ebecf #cf6f5e

#5ebecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebecf Color CSS Codes

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

#5ebecf Text Font Color

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

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


#5ebecf Background Color

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

This div background color is #5ebecf


#5ebecf Border Color

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

This div border color is #5ebecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebecf


Comments

No comments written yet.

Please login to write comment.