Color Hex Logo

#5bddff Color Hex

#5BDDFF
(91,221,255)
0 Favorites   0 Comments

Color spaces of #5bddff

RGB 91221255
HSL0.531.000.68
HSV192°64°100°
CMYK 0.640.130.00   0.00
XYZ48.220861.1570103.8707
Yxy61.15700.22610.2868
Hunter Lab78.2029-26.7901-24.0081
CIE-Lab82.4631-25.6280-27.1188

#5bddff color RGB value is (91,221,255).

#5bddff hex color red value is 91, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5bddff hue: 0.53 , saturation: 1.00 and the lightness value of 5bddff is 0.68.

The process color (four color CMYK) of #5bddff color hex is 0.64, 0.13, 0.00, 0.00. Web safe color of #5bddff is #66ccff. Color #5bddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011101 11111111
Octal 133 335 377
Decimal 91 221 255
Hex 5B DD FF

RGB Percentages of Color #5bddff

%16.05
%38.98
%44.97

CMYK Percentages of Color #5bddff

%64
%13
%0
%0

Triadic Colors of #5bddff

#5bddff #ff5bdd #ddff5b

Analogous Colors of #5bddff

#5bddff #5b8bff #5bffcf

Monochromatic Colors of #5bddff

#5bddff

Complementary Color

#5bddff #ff7d5b

#5bddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bddff Color CSS Codes

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

#5bddff Text Font Color

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

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


#5bddff Background Color

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

This div background color is #5bddff


#5bddff Border Color

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

This div border color is #5bddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bddff

#5bddff Color Palettes


Comments

No comments written yet.

Please login to write comment.