Color Hex Logo

#5deeec Color Hex

#5DEEEC
(93,238,236)
0 Favorites   0 Comments

Color spaces of #5deeec

RGB 93238236
HSL0.500.810.65
HSV179°61°93°
CMYK 0.610.000.01   0.07
XYZ50.229169.532490.1306
Yxy69.53240.23930.3313
Hunter Lab83.3861-38.4030-5.7153
CIE-Lab86.7670-38.7184-10.6033

#5deeec color RGB value is (93,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 11101100
Octal 135 356 354
Decimal 93 238 236
Hex 5D EE EC

RGB Percentages of Color #5deeec

%16.40
%41.98
%41.62

CMYK Percentages of Color #5deeec

%61
%0
%1
%7

Triadic Colors of #5deeec

#5deeec #ec5dee #eeec5d

Analogous Colors of #5deeec

#5deeec #5da8ee #5deea4

Monochromatic Colors of #5deeec

#5deeec

Complementary Color

#5deeec #ee5d5f

#5deeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deeec Color CSS Codes

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

#5deeec Text Font Color

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

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


#5deeec Background Color

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

This div background color is #5deeec


#5deeec Border Color

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

This div border color is #5deeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deeec


Comments

No comments written yet.

Please login to write comment.