Color Hex Logo

#5beede Color Hex

#5BEEDE
(91,238,222)
0 Favorites   0 Comments

Color spaces of #5beede

RGB 91238222
HSL0.480.810.65
HSV173°62°93°
CMYK 0.620.000.07   0.07
XYZ48.073768.647179.8237
Yxy68.64710.24460.3493
Hunter Lab82.8535-41.42350.8756
CIE-Lab86.3290-42.6974-3.9087

#5beede color RGB value is (91,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101110 11011110
Octal 133 356 336
Decimal 91 238 222
Hex 5B EE DE

RGB Percentages of Color #5beede

%16.52
%43.19
%40.29

CMYK Percentages of Color #5beede

%62
%0
%7
%7

Triadic Colors of #5beede

#5beede #de5bee #eede5b

Analogous Colors of #5beede

#5beede #5bb5ee #5bee95

Monochromatic Colors of #5beede

#5beede

Complementary Color

#5beede #ee5b6b

#5beede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beede Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beede Color CSS Codes

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

#5beede Text Font Color

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

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


#5beede Background Color

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

This div background color is #5beede


#5beede Border Color

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

This div border color is #5beede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beede


Comments

No comments written yet.

Please login to write comment.