Color Hex Logo

#5ebbcf Color Hex

#5EBBCF
(94,187,207)
0 Favorites   0 Comments

Color spaces of #5ebbcf

RGB 94187207
HSL0.530.540.59
HSV191°55°81°
CMYK 0.550.100.00   0.19
XYZ33.648942.425365.4469
Yxy42.42530.23780.2998
Hunter Lab65.1347-21.7718-13.9799
CIE-Lab71.1632-21.9931-18.5060

#5ebbcf color RGB value is (94,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11001111
Octal 136 273 317
Decimal 94 187 207
Hex 5E BB CF

RGB Percentages of Color #5ebbcf

%19.26
%38.32
%42.42

CMYK Percentages of Color #5ebbcf

%55
%10
%0
%19

Triadic Colors of #5ebbcf

#5ebbcf #cf5ebb #bbcf5e

Analogous Colors of #5ebbcf

#5ebbcf #5e83cf #5ecfab

Monochromatic Colors of #5ebbcf

#5ebbcf

Complementary Color

#5ebbcf #cf725e

#5ebbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbcf Color CSS Codes

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

#5ebbcf Text Font Color

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

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


#5ebbcf Background Color

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

This div background color is #5ebbcf


#5ebbcf Border Color

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

This div border color is #5ebbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbcf


Comments

No comments written yet.

Please login to write comment.