Color Hex Logo

#5debec Color Hex

#5DEBEC
(93,235,236)
0 Favorites   0 Comments

Color spaces of #5debec

RGB 93235236
HSL0.500.790.65
HSV180°61°93°
CMYK 0.610.000.00   0.07
XYZ49.362967.799989.8419
Yxy67.79990.23850.3275
Hunter Lab82.3407-37.0862-7.0528
CIE-Lab85.9063-37.3456-11.8866

#5debec color RGB value is (93,235,236).

#5debec hex color red value is 93, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5debec hue: 0.50 , saturation: 0.79 and the lightness value of 5debec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 11101100
Octal 135 353 354
Decimal 93 235 236
Hex 5D EB EC

RGB Percentages of Color #5debec

%16.49
%41.67
%41.84

CMYK Percentages of Color #5debec

%61
%0
%0
%7

Triadic Colors of #5debec

#5debec #ec5deb #ebec5d

Analogous Colors of #5debec

#5debec #5da4ec #5deca6

Monochromatic Colors of #5debec

#5debec

Complementary Color

#5debec #ec5e5d

#5debec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debec Color CSS Codes

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

#5debec Text Font Color

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

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


#5debec Background Color

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

This div background color is #5debec


#5debec Border Color

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

This div border color is #5debec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debec


Comments

No comments written yet.

Please login to write comment.