Color Hex Logo

#5bb8dd Color Hex

#5BB8DD
(91,184,221)
0 Favorites   0 Comments

Color spaces of #5bb8dd

RGB 91184221
HSL0.550.660.61
HSV197°59°87°
CMYK 0.590.170.00   0.13
XYZ34.506041.725674.6418
Yxy41.72560.22870.2766
Hunter Lab64.5954-17.6895-23.2946
CIE-Lab70.6813-16.9382-26.8975

#5bb8dd color RGB value is (91,184,221).

#5bb8dd hex color red value is 91, green value is 184 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5bb8dd hue: 0.55 , saturation: 0.66 and the lightness value of 5bb8dd is 0.61.

The process color (four color CMYK) of #5bb8dd color hex is 0.59, 0.17, 0.00, 0.13. Web safe color of #5bb8dd is #66cccc. Color #5bb8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111000 11011101
Octal 133 270 335
Decimal 91 184 221
Hex 5B B8 DD

RGB Percentages of Color #5bb8dd

%18.35
%37.10
%44.56

CMYK Percentages of Color #5bb8dd

%59
%17
%0
%13

Triadic Colors of #5bb8dd

#5bb8dd #dd5bb8 #b8dd5b

Analogous Colors of #5bb8dd

#5bb8dd #5b77dd #5bddc1

Monochromatic Colors of #5bb8dd

#5bb8dd

Complementary Color

#5bb8dd #dd805b

#5bb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb8dd Color CSS Codes

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

#5bb8dd Text Font Color

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

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


#5bb8dd Background Color

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

This div background color is #5bb8dd


#5bb8dd Border Color

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

This div border color is #5bb8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb8dd


Comments

No comments written yet.

Please login to write comment.