Color Hex Logo

#5be1ed Color Hex

#5BE1ED
(91,225,237)
0 Favorites   0 Comments

Color spaces of #5be1ed

RGB 91225237
HSL0.510.800.64
HSV185°62°93°
CMYK 0.620.050.00   0.07
XYZ46.525762.189089.6723
Yxy62.18900.23450.3135
Hunter Lab78.8600-32.6939-12.2171
CIE-Lab83.0138-32.7306-16.7555

#5be1ed color RGB value is (91,225,237).

#5be1ed hex color red value is 91, green value is 225 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5be1ed hue: 0.51 , saturation: 0.80 and the lightness value of 5be1ed is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100001 11101101
Octal 133 341 355
Decimal 91 225 237
Hex 5B E1 ED

RGB Percentages of Color #5be1ed

%16.46
%40.69
%42.86

CMYK Percentages of Color #5be1ed

%62
%5
%0
%7

Triadic Colors of #5be1ed

#5be1ed #ed5be1 #e1ed5b

Analogous Colors of #5be1ed

#5be1ed #5b98ed #5bedb0

Monochromatic Colors of #5be1ed

#5be1ed

Complementary Color

#5be1ed #ed675b

#5be1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be1ed Color CSS Codes

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

#5be1ed Text Font Color

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

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


#5be1ed Background Color

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

This div background color is #5be1ed


#5be1ed Border Color

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

This div border color is #5be1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be1ed


Comments

No comments written yet.

Please login to write comment.