Color Hex Logo

#5ec4ca Color Hex

#5EC4CA
(94,196,202)
0 Favorites   0 Comments

Color spaces of #5ec4ca

RGB 94196202
HSL0.510.500.58
HSV183°53°79°
CMYK 0.530.030.00   0.21
XYZ35.016746.123862.9343
Yxy46.12380.24300.3201
Hunter Lab67.9145-26.8158-7.4021
CIE-Lab73.6258-27.8788-12.0718

#5ec4ca color RGB value is (94,196,202).

#5ec4ca hex color red value is 94, green value is 196 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5ec4ca hue: 0.51 , saturation: 0.50 and the lightness value of 5ec4ca is 0.58.

The process color (four color CMYK) of #5ec4ca color hex is 0.53, 0.03, 0.00, 0.21. Web safe color of #5ec4ca is #66cccc. Color #5ec4ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000100 11001010
Octal 136 304 312
Decimal 94 196 202
Hex 5E C4 CA

RGB Percentages of Color #5ec4ca

%19.11
%39.84
%41.06

CMYK Percentages of Color #5ec4ca

%53
%3
%0
%21

Triadic Colors of #5ec4ca

#5ec4ca #ca5ec4 #c4ca5e

Analogous Colors of #5ec4ca

#5ec4ca #5e8eca #5eca9a

Monochromatic Colors of #5ec4ca

#5ec4ca

Complementary Color

#5ec4ca #ca645e

#5ec4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec4ca Color CSS Codes

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

#5ec4ca Text Font Color

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

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


#5ec4ca Background Color

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

This div background color is #5ec4ca


#5ec4ca Border Color

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

This div border color is #5ec4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec4ca


Comments

No comments written yet.

Please login to write comment.