Color Hex Logo

#5de1de Color Hex

#5DE1DE
(93,225,222)
0 Favorites   0 Comments

Color spaces of #5de1de

RGB 93225222
HSL0.500.690.62
HSV179°59°88°
CMYK 0.590.000.01   0.12
XYZ44.624261.451578.6166
Yxy61.45150.24160.3327
Hunter Lab78.3910-35.5729-4.5869
CIE-Lab82.6209-36.4799-9.3884

#5de1de color RGB value is (93,225,222).

#5de1de hex color red value is 93, green value is 225 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5de1de hue: 0.50 , saturation: 0.69 and the lightness value of 5de1de is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100001 11011110
Octal 135 341 336
Decimal 93 225 222
Hex 5D E1 DE

RGB Percentages of Color #5de1de

%17.22
%41.67
%41.11

CMYK Percentages of Color #5de1de

%59
%0
%1
%12

Triadic Colors of #5de1de

#5de1de #de5de1 #e1de5d

Analogous Colors of #5de1de

#5de1de #5da2e1 #5de19c

Monochromatic Colors of #5de1de

#5de1de

Complementary Color

#5de1de #e15d60

#5de1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de1de Color CSS Codes

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

#5de1de Text Font Color

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

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


#5de1de Background Color

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

This div background color is #5de1de


#5de1de Border Color

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

This div border color is #5de1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de1de


Comments

No comments written yet.

Please login to write comment.