Color Hex Logo

#5deeaf Color Hex

#5DEEAF
(93,238,175)
0 Favorites   0 Comments

Color spaces of #5deeaf

RGB 93238175
HSL0.430.810.65
HSV154°61°93°
CMYK 0.610.000.26   0.07
XYZ42.826666.571451.1498
Yxy66.57140.26680.4147
Hunter Lab81.5913-49.091619.9449
CIE-Lab85.2870-53.261919.1588

#5deeaf color RGB value is (93,238,175).

#5deeaf hex color red value is 93, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5deeaf hue: 0.43 , saturation: 0.81 and the lightness value of 5deeaf is 0.65.

The process color (four color CMYK) of #5deeaf color hex is 0.61, 0.00, 0.26, 0.07. Web safe color of #5deeaf is #66ff99. Color #5deeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 10101111
Octal 135 356 257
Decimal 93 238 175
Hex 5D EE AF

RGB Percentages of Color #5deeaf

%18.38
%47.04
%34.58

CMYK Percentages of Color #5deeaf

%61
%0
%26
%7

Triadic Colors of #5deeaf

#5deeaf #af5dee #eeaf5d

Analogous Colors of #5deeaf

#5deeaf #5de5ee #5dee67

Monochromatic Colors of #5deeaf

#5deeaf

Complementary Color

#5deeaf #ee5d9c

#5deeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deeaf Color CSS Codes

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

#5deeaf Text Font Color

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

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


#5deeaf Background Color

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

This div background color is #5deeaf


#5deeaf Border Color

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

This div border color is #5deeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deeaf


Comments

No comments written yet.

Please login to write comment.