Color Hex Logo

#5deebc Color Hex

#5DEEBC
(93,238,188)
0 Favorites   0 Comments

Color spaces of #5deebc

RGB 93238188
HSL0.440.810.65
HSV159°61°93°
CMYK 0.610.000.21   0.07
XYZ44.165867.107158.2021
Yxy67.10710.26060.3960
Hunter Lab81.9189-47.121615.2186
CIE-Lab85.5580-50.475212.7859

#5deebc color RGB value is (93,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 10111100
Octal 135 356 274
Decimal 93 238 188
Hex 5D EE BC

RGB Percentages of Color #5deebc

%17.92
%45.86
%36.22

CMYK Percentages of Color #5deebc

%61
%0
%21
%7

Triadic Colors of #5deebc

#5deebc #bc5dee #eebc5d

Analogous Colors of #5deebc

#5deebc #5dd8ee #5dee74

Monochromatic Colors of #5deebc

#5deebc

Complementary Color

#5deebc #ee5d8f

#5deebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deebc Color CSS Codes

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

#5deebc Text Font Color

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

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


#5deebc Background Color

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

This div background color is #5deebc


#5deebc Border Color

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

This div border color is #5deebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deebc


Comments

No comments written yet.

Please login to write comment.