Color Hex Logo

#5deeca Color Hex

#5DEECA
(93,238,202)
0 Favorites   0 Comments

Color spaces of #5deeca

RGB 93238202
HSL0.460.810.65
HSV165°61°93°
CMYK 0.610.000.15   0.07
XYZ45.749467.740566.5411
Yxy67.74050.25410.3763
Hunter Lab82.3046-44.81309.6788
CIE-Lab85.8765-47.27375.9265

#5deeca color RGB value is (93,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 11001010
Octal 135 356 312
Decimal 93 238 202
Hex 5D EE CA

RGB Percentages of Color #5deeca

%17.45
%44.65
%37.90

CMYK Percentages of Color #5deeca

%61
%0
%15
%7

Triadic Colors of #5deeca

#5deeca #ca5dee #eeca5d

Analogous Colors of #5deeca

#5deeca #5dcaee #5dee82

Monochromatic Colors of #5deeca

#5deeca

Complementary Color

#5deeca #ee5d81

#5deeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deeca Color CSS Codes

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

#5deeca Text Font Color

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

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


#5deeca Background Color

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

This div background color is #5deeca


#5deeca Border Color

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

This div border color is #5deeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deeca


Comments

No comments written yet.

Please login to write comment.