Color Hex Logo

#5bf5dd Color Hex

#5BF5DD
(91,245,221)
0 Favorites   0 Comments

Color spaces of #5bf5dd

RGB 91245221
HSL0.470.890.66
HSV171°63°96°
CMYK 0.630.000.10   0.04
XYZ50.017972.749479.8124
Yxy72.74940.24690.3591
Hunter Lab85.2933-44.58684.2252
CIE-Lab88.3281-46.0144-0.4535

#5bf5dd color RGB value is (91,245,221).

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

The process color (four color CMYK) of #5bf5dd color hex is 0.63, 0.00, 0.10, 0.04. Web safe color of #5bf5dd is #66ffcc. Color #5bf5dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11110101 11011101
Octal 133 365 335
Decimal 91 245 221
Hex 5B F5 DD

RGB Percentages of Color #5bf5dd

%16.34
%43.99
%39.68

CMYK Percentages of Color #5bf5dd

%63
%0
%10
%4

Triadic Colors of #5bf5dd

#5bf5dd #dd5bf5 #f5dd5b

Analogous Colors of #5bf5dd

#5bf5dd #5bc0f5 #5bf590

Monochromatic Colors of #5bf5dd

#5bf5dd

Complementary Color

#5bf5dd #f55b73

#5bf5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bf5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bf5dd Color CSS Codes

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

#5bf5dd Text Font Color

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

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


#5bf5dd Background Color

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

This div background color is #5bf5dd


#5bf5dd Border Color

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

This div border color is #5bf5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bf5dd


Comments

No comments written yet.

Please login to write comment.