Color Hex Logo

#5ecbdb Color Hex

#5ECBDB
(94,203,219)
0 Favorites   0 Comments

Color spaces of #5ecbdb

RGB 94203219
HSL0.520.630.61
HSV188°57°86°
CMYK 0.570.070.00   0.14
XYZ38.758250.206074.6658
Yxy50.20600.23690.3068
Hunter Lab70.8562-26.3592-12.8784
CIE-Lab76.1955-26.6184-17.4091

#5ecbdb color RGB value is (94,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001011 11011011
Octal 136 313 333
Decimal 94 203 219
Hex 5E CB DB

RGB Percentages of Color #5ecbdb

%18.22
%39.34
%42.44

CMYK Percentages of Color #5ecbdb

%57
%7
%0
%14

Triadic Colors of #5ecbdb

#5ecbdb #db5ecb #cbdb5e

Analogous Colors of #5ecbdb

#5ecbdb #5e8ddb #5edbad

Monochromatic Colors of #5ecbdb

#5ecbdb

Complementary Color

#5ecbdb #db6e5e

#5ecbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecbdb Color CSS Codes

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

#5ecbdb Text Font Color

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

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


#5ecbdb Background Color

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

This div background color is #5ecbdb


#5ecbdb Border Color

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

This div border color is #5ecbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecbdb


Comments

No comments written yet.

Please login to write comment.