Color Hex Logo

#5bc3da Color Hex

#5BC3DA
(91,195,218)
0 Favorites   0 Comments

Color spaces of #5bc3da

RGB 91195218
HSL0.530.630.61
HSV191°58°85°
CMYK 0.580.110.00   0.15
XYZ36.484446.316373.3467
Yxy46.31630.23370.2966
Hunter Lab68.0561-23.4055-16.2599
CIE-Lab73.7503-23.4760-20.5803

#5bc3da color RGB value is (91,195,218).

#5bc3da hex color red value is 91, green value is 195 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5bc3da hue: 0.53 , saturation: 0.63 and the lightness value of 5bc3da is 0.61.

The process color (four color CMYK) of #5bc3da color hex is 0.58, 0.11, 0.00, 0.15. Web safe color of #5bc3da is #66cccc. Color #5bc3da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000011 11011010
Octal 133 303 332
Decimal 91 195 218
Hex 5B C3 DA

RGB Percentages of Color #5bc3da

%18.06
%38.69
%43.25

CMYK Percentages of Color #5bc3da

%58
%11
%0
%15

Triadic Colors of #5bc3da

#5bc3da #da5bc3 #c3da5b

Analogous Colors of #5bc3da

#5bc3da #5b84da #5bdab2

Monochromatic Colors of #5bc3da

#5bc3da

Complementary Color

#5bc3da #da725b

#5bc3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc3da Color CSS Codes

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

#5bc3da Text Font Color

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

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


#5bc3da Background Color

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

This div background color is #5bc3da


#5bc3da Border Color

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

This div border color is #5bc3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc3da


Comments

No comments written yet.

Please login to write comment.