Color Hex Logo

#5eb3ec Color Hex

#5EB3EC
(94,179,236)
0 Favorites   0 Comments

Color spaces of #5eb3ec

RGB 94179236
HSL0.570.790.65
HSV204°60°93°
CMYK 0.600.240.00   0.07
XYZ35.876540.676085.3172
Yxy40.67600.22160.2513
Hunter Lab63.7777-11.2005-34.6694
CIE-Lab69.9483-9.1176-36.1968

#5eb3ec color RGB value is (94,179,236).

#5eb3ec hex color red value is 94, green value is 179 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5eb3ec hue: 0.57 , saturation: 0.79 and the lightness value of 5eb3ec is 0.65.

The process color (four color CMYK) of #5eb3ec color hex is 0.60, 0.24, 0.00, 0.07. Web safe color of #5eb3ec is #66ccff. Color #5eb3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110011 11101100
Octal 136 263 354
Decimal 94 179 236
Hex 5E B3 EC

RGB Percentages of Color #5eb3ec

%18.47
%35.17
%46.37

CMYK Percentages of Color #5eb3ec

%60
%24
%0
%7

Triadic Colors of #5eb3ec

#5eb3ec #ec5eb3 #b3ec5e

Analogous Colors of #5eb3ec

#5eb3ec #5e6cec #5eecde

Monochromatic Colors of #5eb3ec

#5eb3ec

Complementary Color

#5eb3ec #ec975e

#5eb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb3ec Color CSS Codes

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

#5eb3ec Text Font Color

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

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


#5eb3ec Background Color

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

This div background color is #5eb3ec


#5eb3ec Border Color

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

This div border color is #5eb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb3ec


Comments

No comments written yet.

Please login to write comment.