Color Hex Logo

#5eccea Color Hex

#5ECCEA
(94,204,234)
0 Favorites   0 Comments

Color spaces of #5eccea

RGB 94204234
HSL0.540.770.64
HSV193°60°92°
CMYK 0.600.130.00   0.08
XYZ41.060251.505985.6194
Yxy51.50590.23040.2891
Hunter Lab71.7676-23.4686-20.4962
CIE-Lab76.9844-22.8190-24.2830

#5eccea color RGB value is (94,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11101010
Octal 136 314 352
Decimal 94 204 234
Hex 5E CC EA

RGB Percentages of Color #5eccea

%17.67
%38.35
%43.98

CMYK Percentages of Color #5eccea

%60
%13
%0
%8

Triadic Colors of #5eccea

#5eccea #ea5ecc #ccea5e

Analogous Colors of #5eccea

#5eccea #5e86ea #5eeac2

Monochromatic Colors of #5eccea

#5eccea

Complementary Color

#5eccea #ea7c5e

#5eccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccea Color CSS Codes

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

#5eccea Text Font Color

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

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


#5eccea Background Color

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

This div background color is #5eccea


#5eccea Border Color

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

This div border color is #5eccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccea


Comments

No comments written yet.

Please login to write comment.