Color Hex Logo

#5ebfdb Color Hex

#5EBFDB
(94,191,219)
0 Favorites   0 Comments

Color spaces of #5ebfdb

RGB 94191219
HSL0.540.630.61
HSV193°57°86°
CMYK 0.570.130.00   0.14
XYZ36.033144.755873.7574
Yxy44.75580.23320.2896
Hunter Lab66.8998-20.9322-18.5377
CIE-Lab72.7308-20.5861-22.6646

#5ebfdb color RGB value is (94,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11011011
Octal 136 277 333
Decimal 94 191 219
Hex 5E BF DB

RGB Percentages of Color #5ebfdb

%18.65
%37.90
%43.45

CMYK Percentages of Color #5ebfdb

%57
%13
%0
%14

Triadic Colors of #5ebfdb

#5ebfdb #db5ebf #bfdb5e

Analogous Colors of #5ebfdb

#5ebfdb #5e81db #5edbb9

Monochromatic Colors of #5ebfdb

#5ebfdb

Complementary Color

#5ebfdb #db7a5e

#5ebfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfdb Color CSS Codes

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

#5ebfdb Text Font Color

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

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


#5ebfdb Background Color

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

This div background color is #5ebfdb


#5ebfdb Border Color

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

This div border color is #5ebfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfdb


Comments

No comments written yet.

Please login to write comment.