Color Hex Logo

#5edbcc Color Hex

#5EDBCC
(94,219,204)
0 Favorites   0 Comments

Color spaces of #5edbcc

RGB 94219204
HSL0.480.630.61
HSV173°57°86°
CMYK 0.570.000.07   0.14
XYZ40.846757.402466.0537
Yxy57.40240.24860.3494
Hunter Lab75.7644-36.35331.3442
CIE-Lab80.4054-38.2208-3.0911

#5edbcc color RGB value is (94,219,204).

#5edbcc hex color red value is 94, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5edbcc hue: 0.48 , saturation: 0.63 and the lightness value of 5edbcc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11001100
Octal 136 333 314
Decimal 94 219 204
Hex 5E DB CC

RGB Percentages of Color #5edbcc

%18.18
%42.36
%39.46

CMYK Percentages of Color #5edbcc

%57
%0
%7
%14

Triadic Colors of #5edbcc

#5edbcc #cc5edb #dbcc5e

Analogous Colors of #5edbcc

#5edbcc #5eacdb #5edb8e

Monochromatic Colors of #5edbcc

#5edbcc

Complementary Color

#5edbcc #db5e6d

#5edbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbcc Color CSS Codes

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

#5edbcc Text Font Color

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

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


#5edbcc Background Color

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

This div background color is #5edbcc


#5edbcc Border Color

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

This div border color is #5edbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbcc


Comments

No comments written yet.

Please login to write comment.