Color Hex Logo

#5edbdc Color Hex

#5EDBDC
(94,219,220)
0 Favorites   0 Comments

Color spaces of #5edbdc

RGB 94219220
HSL0.500.640.62
HSV180°57°86°
CMYK 0.570.000.00   0.14
XYZ42.865958.210076.6865
Yxy58.21000.24110.3275
Hunter Lab76.2955-33.2285-6.1870
CIE-Lab80.8554-34.0427-10.9518

#5edbdc color RGB value is (94,219,220).

#5edbdc hex color red value is 94, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5edbdc hue: 0.50 , saturation: 0.64 and the lightness value of 5edbdc is 0.62.

The process color (four color CMYK) of #5edbdc color hex is 0.57, 0.00, 0.00, 0.14. Web safe color of #5edbdc is #66cccc. Color #5edbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11011100
Octal 136 333 334
Decimal 94 219 220
Hex 5E DB DC

RGB Percentages of Color #5edbdc

%17.64
%41.09
%41.28

CMYK Percentages of Color #5edbdc

%57
%0
%0
%14

Triadic Colors of #5edbdc

#5edbdc #dc5edb #dbdc5e

Analogous Colors of #5edbdc

#5edbdc #5e9cdc #5edc9e

Monochromatic Colors of #5edbdc

#5edbdc

Complementary Color

#5edbdc #dc5f5e

#5edbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbdc Color CSS Codes

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

#5edbdc Text Font Color

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

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


#5edbdc Background Color

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

This div background color is #5edbdc


#5edbdc Border Color

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

This div border color is #5edbdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,219,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5edbdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5edbdc;
  -webkit-box-shadow: 1px 1px 3px 2px #5edbdc;
  box-shadow:         1px 1px 3px 2px #5edbdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,219,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbdc


Comments

No comments written yet.

Please login to write comment.