Color Hex Logo

#5eebee Color Hex

#5EEBEE
(94,235,238)
0 Favorites   0 Comments

Color spaces of #5eebee

RGB 94235238
HSL0.500.810.65
HSV181°61°93°
CMYK 0.610.010.00   0.07
XYZ49.757067.969491.3859
Yxy67.96940.23790.3250
Hunter Lab82.4436-36.5465-8.0105
CIE-Lab85.9911-36.6446-12.8088

#5eebee color RGB value is (94,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11101110
Octal 136 353 356
Decimal 94 235 238
Hex 5E EB EE

RGB Percentages of Color #5eebee

%16.58
%41.45
%41.98

CMYK Percentages of Color #5eebee

%61
%1
%0
%7

Triadic Colors of #5eebee

#5eebee #ee5eeb #ebee5e

Analogous Colors of #5eebee

#5eebee #5ea3ee #5eeea9

Monochromatic Colors of #5eebee

#5eebee

Complementary Color

#5eebee #ee615e

#5eebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebee Color CSS Codes

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

#5eebee Text Font Color

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

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


#5eebee Background Color

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

This div background color is #5eebee


#5eebee Border Color

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

This div border color is #5eebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebee


Comments

No comments written yet.

Please login to write comment.