Color Hex Logo

#5edbdd Color Hex

#5EDBDD
(94,219,221)
0 Favorites   0 Comments

Color spaces of #5edbdd

RGB 94219221
HSL0.500.650.62
HSV181°57°87°
CMYK 0.570.010.00   0.13
XYZ42.998858.263277.3863
Yxy58.26320.24070.3261
Hunter Lab76.3303-33.0245-6.6790
CIE-Lab80.8849-33.7740-11.4405

#5edbdd color RGB value is (94,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11011101
Octal 136 333 335
Decimal 94 219 221
Hex 5E DB DD

RGB Percentages of Color #5edbdd

%17.60
%41.01
%41.39

CMYK Percentages of Color #5edbdd

%57
%1
%0
%13

Triadic Colors of #5edbdd

#5edbdd #dd5edb #dbdd5e

Analogous Colors of #5edbdd

#5edbdd #5e9cdd #5edda0

Monochromatic Colors of #5edbdd

#5edbdd

Complementary Color

#5edbdd #dd605e

#5edbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbdd Color CSS Codes

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

#5edbdd Text Font Color

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

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


#5edbdd Background Color

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

This div background color is #5edbdd


#5edbdd Border Color

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

This div border color is #5edbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbdd


Comments

No comments written yet.

Please login to write comment.