Color Hex Logo

#5eb7cc Color Hex

#5EB7CC
(94,183,204)
0 Favorites   0 Comments

Color spaces of #5eb7cc

RGB 94183204
HSL0.530.520.58
HSV191°54°80°
CMYK 0.540.100.00   0.20
XYZ32.448740.606363.2543
Yxy40.60630.23810.2979
Hunter Lab63.7231-20.6206-14.2477
CIE-Lab69.8992-20.8015-18.7788

#5eb7cc color RGB value is (94,183,204).

#5eb7cc hex color red value is 94, green value is 183 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5eb7cc hue: 0.53 , saturation: 0.52 and the lightness value of 5eb7cc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110111 11001100
Octal 136 267 314
Decimal 94 183 204
Hex 5E B7 CC

RGB Percentages of Color #5eb7cc

%19.54
%38.05
%42.41

CMYK Percentages of Color #5eb7cc

%54
%10
%0
%20

Triadic Colors of #5eb7cc

#5eb7cc #cc5eb7 #b7cc5e

Analogous Colors of #5eb7cc

#5eb7cc #5e80cc #5eccaa

Monochromatic Colors of #5eb7cc

#5eb7cc

Complementary Color

#5eb7cc #cc735e

#5eb7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb7cc Color CSS Codes

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

#5eb7cc Text Font Color

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

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


#5eb7cc Background Color

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

This div background color is #5eb7cc


#5eb7cc Border Color

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

This div border color is #5eb7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb7cc


Comments

No comments written yet.

Please login to write comment.