Color Hex Logo

#5ebcee Color Hex

#5EBCEE
(94,188,238)
0 Favorites   0 Comments

Color spaces of #5ebcee

RGB 94188238
HSL0.560.810.65
HSV201°61°93°
CMYK 0.610.210.00   0.07
XYZ38.031944.519287.4775
Yxy44.51920.22370.2618
Hunter Lab66.7227-15.0199-31.0269
CIE-Lab72.5742-13.3398-33.2127

#5ebcee color RGB value is (94,188,238).

#5ebcee hex color red value is 94, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5ebcee hue: 0.56 , saturation: 0.81 and the lightness value of 5ebcee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 11101110
Octal 136 274 356
Decimal 94 188 238
Hex 5E BC EE

RGB Percentages of Color #5ebcee

%18.08
%36.15
%45.77

CMYK Percentages of Color #5ebcee

%61
%21
%0
%7

Triadic Colors of #5ebcee

#5ebcee #ee5ebc #bcee5e

Analogous Colors of #5ebcee

#5ebcee #5e74ee #5eeed8

Monochromatic Colors of #5ebcee

#5ebcee

Complementary Color

#5ebcee #ee905e

#5ebcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebcee Color CSS Codes

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

#5ebcee Text Font Color

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

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


#5ebcee Background Color

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

This div background color is #5ebcee


#5ebcee Border Color

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

This div border color is #5ebcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebcee


Comments

No comments written yet.

Please login to write comment.