Color Hex Logo

#5edcea Color Hex

#5EDCEA
(94,220,234)
0 Favorites   0 Comments

Color spaces of #5edcea

RGB 94220234
HSL0.520.770.64
HSV186°60°92°
CMYK 0.600.060.00   0.08
XYZ45.060659.506686.9529
Yxy59.50660.23530.3107
Hunter Lab77.1405-30.7275-12.8334
CIE-Lab81.5693-30.6845-17.3316

#5edcea color RGB value is (94,220,234).

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

The process color (four color CMYK) of #5edcea color hex is 0.60, 0.06, 0.00, 0.08. Web safe color of #5edcea is #66ccff. Color #5edcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11101010
Octal 136 334 352
Decimal 94 220 234
Hex 5E DC EA

RGB Percentages of Color #5edcea

%17.15
%40.15
%42.70

CMYK Percentages of Color #5edcea

%60
%6
%0
%8

Triadic Colors of #5edcea

#5edcea #ea5edc #dcea5e

Analogous Colors of #5edcea

#5edcea #5e96ea #5eeab2

Monochromatic Colors of #5edcea

#5edcea

Complementary Color

#5edcea #ea6c5e

#5edcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcea Color CSS Codes

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

#5edcea Text Font Color

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

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


#5edcea Background Color

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

This div background color is #5edcea


#5edcea Border Color

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

This div border color is #5edcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcea


Comments

No comments written yet.

Please login to write comment.