Color Hex Logo

#5bdceb Color Hex

#5BDCEB
(91,220,235)
0 Favorites   0 Comments

Color spaces of #5bdceb

RGB 91220235
HSL0.520.780.64
HSV186°61°92°
CMYK 0.610.060.00   0.08
XYZ44.903059.408787.6977
Yxy59.40870.23390.3094
Hunter Lab77.0770-30.8955-13.5058
CIE-Lab81.5157-30.9088-17.9521

#5bdceb color RGB value is (91,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 11101011
Octal 133 334 353
Decimal 91 220 235
Hex 5B DC EB

RGB Percentages of Color #5bdceb

%16.67
%40.29
%43.04

CMYK Percentages of Color #5bdceb

%61
%6
%0
%8

Triadic Colors of #5bdceb

#5bdceb #eb5bdc #dceb5b

Analogous Colors of #5bdceb

#5bdceb #5b94eb #5bebb2

Monochromatic Colors of #5bdceb

#5bdceb

Complementary Color

#5bdceb #eb6a5b

#5bdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdceb Color CSS Codes

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

#5bdceb Text Font Color

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

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


#5bdceb Background Color

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

This div background color is #5bdceb


#5bdceb Border Color

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

This div border color is #5bdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdceb


Comments

No comments written yet.

Please login to write comment.