Color Hex Logo

#5beeec Color Hex

#5BEEEC
(91,238,236)
0 Favorites   0 Comments

Color spaces of #5beeec

RGB 91238236
HSL0.500.810.65
HSV179°62°93°
CMYK 0.620.000.01   0.07
XYZ50.029269.429390.1213
Yxy69.42930.23870.3313
Hunter Lab83.3242-38.6432-5.7995
CIE-Lab86.7162-39.0364-10.6845

#5beeec color RGB value is (91,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101110 11101100
Octal 133 356 354
Decimal 91 238 236
Hex 5B EE EC

RGB Percentages of Color #5beeec

%16.11
%42.12
%41.77

CMYK Percentages of Color #5beeec

%62
%0
%1
%7

Triadic Colors of #5beeec

#5beeec #ec5bee #eeec5b

Analogous Colors of #5beeec

#5beeec #5ba7ee #5beea3

Monochromatic Colors of #5beeec

#5beeec

Complementary Color

#5beeec #ee5b5d

#5beeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beeec Color CSS Codes

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

#5beeec Text Font Color

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

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


#5beeec Background Color

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

This div background color is #5beeec


#5beeec Border Color

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

This div border color is #5beeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beeec


Comments

No comments written yet.

Please login to write comment.