Color Hex Logo

#5de2bc Color Hex

#5DE2BC
(93,226,188)
0 Favorites   0 Comments

Color spaces of #5de2bc

RGB 93226188
HSL0.450.700.63
HSV163°59°89°
CMYK 0.590.000.17   0.11
XYZ40.787760.350757.0761
Yxy60.35070.25780.3814
Hunter Lab77.6857-42.231310.8193
CIE-Lab82.0284-45.39847.7540

#5de2bc color RGB value is (93,226,188).

#5de2bc hex color red value is 93, green value is 226 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5de2bc hue: 0.45 , saturation: 0.70 and the lightness value of 5de2bc is 0.63.

The process color (four color CMYK) of #5de2bc color hex is 0.59, 0.00, 0.17, 0.11. Web safe color of #5de2bc is #66cccc. Color #5de2bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100010 10111100
Octal 135 342 274
Decimal 93 226 188
Hex 5D E2 BC

RGB Percentages of Color #5de2bc

%18.34
%44.58
%37.08

CMYK Percentages of Color #5de2bc

%59
%0
%17
%11

Triadic Colors of #5de2bc

#5de2bc #bc5de2 #e2bc5d

Analogous Colors of #5de2bc

#5de2bc #5dc6e2 #5de27a

Monochromatic Colors of #5de2bc

#5de2bc

Complementary Color

#5de2bc #e25d83

#5de2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de2bc Color CSS Codes

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

#5de2bc Text Font Color

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

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


#5de2bc Background Color

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

This div background color is #5de2bc


#5de2bc Border Color

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

This div border color is #5de2bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,226,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de2bc


Comments

No comments written yet.

Please login to write comment.