Color Hex Logo

#5ec3ea Color Hex

#5EC3EA
(94,195,234)
0 Favorites   0 Comments

Color spaces of #5ec3ea

RGB 94195234
HSL0.550.770.64
HSV197°60°92°
CMYK 0.600.170.00   0.08
XYZ38.982547.350484.9269
Yxy47.35040.22760.2765
Hunter Lab68.8116-19.2982-25.0072
CIE-Lab74.4133-18.2227-28.2169

#5ec3ea color RGB value is (94,195,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000011 11101010
Octal 136 303 352
Decimal 94 195 234
Hex 5E C3 EA

RGB Percentages of Color #5ec3ea

%17.97
%37.28
%44.74

CMYK Percentages of Color #5ec3ea

%60
%17
%0
%8

Triadic Colors of #5ec3ea

#5ec3ea #ea5ec3 #c3ea5e

Analogous Colors of #5ec3ea

#5ec3ea #5e7dea #5eeacb

Monochromatic Colors of #5ec3ea

#5ec3ea

Complementary Color

#5ec3ea #ea855e

#5ec3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec3ea Color CSS Codes

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

#5ec3ea Text Font Color

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

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


#5ec3ea Background Color

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

This div background color is #5ec3ea


#5ec3ea Border Color

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

This div border color is #5ec3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,195,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 #5ec3ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec3ea

#5ec3ea Color Palettes


Comments

No comments written yet.

Please login to write comment.