Color Hex Logo

#5bcdda Color Hex

#5BCDDA
(91,205,218)
0 Favorites   0 Comments

Color spaces of #5bcdda

RGB 91205218
HSL0.520.630.61
HSV186°58°85°
CMYK 0.580.060.00   0.15
XYZ38.800650.948774.1188
Yxy50.94870.23680.3109
Hunter Lab71.3784-27.8812-11.6015
CIE-Lab76.6479-28.4332-16.1974

#5bcdda color RGB value is (91,205,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001101 11011010
Octal 133 315 332
Decimal 91 205 218
Hex 5B CD DA

RGB Percentages of Color #5bcdda

%17.70
%39.88
%42.41

CMYK Percentages of Color #5bcdda

%58
%6
%0
%15

Triadic Colors of #5bcdda

#5bcdda #da5bcd #cdda5b

Analogous Colors of #5bcdda

#5bcdda #5b8eda #5bdaa8

Monochromatic Colors of #5bcdda

#5bcdda

Complementary Color

#5bcdda #da685b

#5bcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcdda Color CSS Codes

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

#5bcdda Text Font Color

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

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


#5bcdda Background Color

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

This div background color is #5bcdda


#5bcdda Border Color

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

This div border color is #5bcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcdda


Comments

No comments written yet.

Please login to write comment.