Color Hex Logo

#5ecbda Color Hex

#5ECBDA
(94,203,218)
0 Favorites   0 Comments

Color spaces of #5ecbda

RGB 94203218
HSL0.520.630.61
HSV187°57°85°
CMYK 0.570.070.00   0.15
XYZ38.626950.153573.9744
Yxy50.15350.23730.3082
Hunter Lab70.8191-26.5742-12.3582
CIE-Lab76.1634-26.8990-16.9185

#5ecbda color RGB value is (94,203,218).

#5ecbda hex color red value is 94, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5ecbda hue: 0.52 , saturation: 0.63 and the lightness value of 5ecbda is 0.61.

The process color (four color CMYK) of #5ecbda color hex is 0.57, 0.07, 0.00, 0.15. Web safe color of #5ecbda is #66cccc. Color #5ecbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001011 11011010
Octal 136 313 332
Decimal 94 203 218
Hex 5E CB DA

RGB Percentages of Color #5ecbda

%18.25
%39.42
%42.33

CMYK Percentages of Color #5ecbda

%57
%7
%0
%15

Triadic Colors of #5ecbda

#5ecbda #da5ecb #cbda5e

Analogous Colors of #5ecbda

#5ecbda #5e8dda #5edaab

Monochromatic Colors of #5ecbda

#5ecbda

Complementary Color

#5ecbda #da6d5e

#5ecbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecbda Color CSS Codes

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

#5ecbda Text Font Color

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

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


#5ecbda Background Color

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

This div background color is #5ecbda


#5ecbda Border Color

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

This div border color is #5ecbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecbda


Comments

No comments written yet.

Please login to write comment.