Color Hex Logo

#5bddec Color Hex

#5BDDEC
(91,221,236)
0 Favorites   0 Comments

Color spaces of #5bddec

RGB 91221236
HSL0.520.790.64
HSV186°61°93°
CMYK 0.610.060.00   0.07
XYZ45.311259.993288.5486
Yxy59.99320.23370.3095
Hunter Lab77.4553-31.1246-13.5630
CIE-Lab81.8345-31.1063-18.0025

#5bddec color RGB value is (91,221,236).

#5bddec hex color red value is 91, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5bddec hue: 0.52 , saturation: 0.79 and the lightness value of 5bddec is 0.64.

The process color (four color CMYK) of #5bddec color hex is 0.61, 0.06, 0.00, 0.07. Web safe color of #5bddec is #66ccff. Color #5bddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011101 11101100
Octal 133 335 354
Decimal 91 221 236
Hex 5B DD EC

RGB Percentages of Color #5bddec

%16.61
%40.33
%43.07

CMYK Percentages of Color #5bddec

%61
%6
%0
%7

Triadic Colors of #5bddec

#5bddec #ec5bdd #ddec5b

Analogous Colors of #5bddec

#5bddec #5b95ec #5becb3

Monochromatic Colors of #5bddec

#5bddec

Complementary Color

#5bddec #ec6a5b

#5bddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bddec Color CSS Codes

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

#5bddec Text Font Color

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

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


#5bddec Background Color

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

This div background color is #5bddec


#5bddec Border Color

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

This div border color is #5bddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bddec


Comments

No comments written yet.

Please login to write comment.