Color Hex Logo

#5bdaee Color Hex

#5BDAEE
(91,218,238)
0 Favorites   0 Comments

Color spaces of #5bdaee

RGB 91218238
HSL0.520.810.65
HSV188°62°93°
CMYK 0.620.080.00   0.07
XYZ44.818458.540089.8261
Yxy58.54000.23200.3030
Hunter Lab76.5114-29.3344-16.0498
CIE-Lab81.0381-29.0947-20.2690

#5bdaee color RGB value is (91,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011010 11101110
Octal 133 332 356
Decimal 91 218 238
Hex 5B DA EE

RGB Percentages of Color #5bdaee

%16.64
%39.85
%43.51

CMYK Percentages of Color #5bdaee

%62
%8
%0
%7

Triadic Colors of #5bdaee

#5bdaee #ee5bda #daee5b

Analogous Colors of #5bdaee

#5bdaee #5b91ee #5beeb9

Monochromatic Colors of #5bdaee

#5bdaee

Complementary Color

#5bdaee #ee6f5b

#5bdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdaee Color CSS Codes

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

#5bdaee Text Font Color

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

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


#5bdaee Background Color

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

This div background color is #5bdaee


#5bdaee Border Color

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

This div border color is #5bdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdaee


Comments

No comments written yet.

Please login to write comment.