Color Hex Logo

#5bdaeb Color Hex

#5BDAEB
(91,218,235)
0 Favorites   0 Comments

Color spaces of #5bdaeb

RGB 91218235
HSL0.520.780.64
HSV187°61°92°
CMYK 0.610.070.00   0.08
XYZ44.381258.365187.5237
Yxy58.36510.23330.3067
Hunter Lab76.3971-29.9992-14.4472
CIE-Lab80.9414-29.9473-18.8193

#5bdaeb color RGB value is (91,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011010 11101011
Octal 133 332 353
Decimal 91 218 235
Hex 5B DA EB

RGB Percentages of Color #5bdaeb

%16.73
%40.07
%43.20

CMYK Percentages of Color #5bdaeb

%61
%7
%0
%8

Triadic Colors of #5bdaeb

#5bdaeb #eb5bda #daeb5b

Analogous Colors of #5bdaeb

#5bdaeb #5b92eb #5bebb4

Monochromatic Colors of #5bdaeb

#5bdaeb

Complementary Color

#5bdaeb #eb6c5b

#5bdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdaeb Color CSS Codes

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

#5bdaeb Text Font Color

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

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


#5bdaeb Background Color

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

This div background color is #5bdaeb


#5bdaeb Border Color

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

This div border color is #5bdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdaeb


Comments

No comments written yet.

Please login to write comment.