Color Hex Logo

#5bdcef Color Hex

#5BDCEF
(91,220,239)
0 Favorites   0 Comments

Color spaces of #5bdcef

RGB 91220239
HSL0.520.820.65
HSV188°62°94°
CMYK 0.620.080.00   0.06
XYZ45.487659.642590.7761
Yxy59.64250.23220.3044
Hunter Lab77.2286-30.0135-15.6307
CIE-Lab81.6435-29.7767-19.8842

#5bdcef color RGB value is (91,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 11101111
Octal 133 334 357
Decimal 91 220 239
Hex 5B DC EF

RGB Percentages of Color #5bdcef

%16.55
%40.00
%43.45

CMYK Percentages of Color #5bdcef

%62
%8
%0
%6

Triadic Colors of #5bdcef

#5bdcef #ef5bdc #dcef5b

Analogous Colors of #5bdcef

#5bdcef #5b92ef #5befb8

Monochromatic Colors of #5bdcef

#5bdcef

Complementary Color

#5bdcef #ef6e5b

#5bdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdcef Color CSS Codes

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

#5bdcef Text Font Color

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

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


#5bdcef Background Color

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

This div background color is #5bdcef


#5bdcef Border Color

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

This div border color is #5bdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdcef


Comments

No comments written yet.

Please login to write comment.