Color Hex Logo

#5ecbea Color Hex

#5ECBEA
(94,203,234)
0 Favorites   0 Comments

Color spaces of #5ecbea

RGB 94203234
HSL0.540.770.64
HSV193°60°92°
CMYK 0.600.130.00   0.08
XYZ40.823351.032185.5405
Yxy51.03210.23010.2877
Hunter Lab71.4368-23.0086-20.9899
CIE-Lab76.6984-22.3146-24.7194

#5ecbea color RGB value is (94,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001011 11101010
Octal 136 313 352
Decimal 94 203 234
Hex 5E CB EA

RGB Percentages of Color #5ecbea

%17.70
%38.23
%44.07

CMYK Percentages of Color #5ecbea

%60
%13
%0
%8

Triadic Colors of #5ecbea

#5ecbea #ea5ecb #cbea5e

Analogous Colors of #5ecbea

#5ecbea #5e85ea #5eeac3

Monochromatic Colors of #5ecbea

#5ecbea

Complementary Color

#5ecbea #ea7d5e

#5ecbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecbea Color CSS Codes

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

#5ecbea Text Font Color

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

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


#5ecbea Background Color

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

This div background color is #5ecbea


#5ecbea Border Color

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

This div border color is #5ecbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecbea


Comments

No comments written yet.

Please login to write comment.