Color Hex Logo

#4ebfdb Color Hex

#4EBFDB
(78,191,219)
0 Favorites   0 Comments

Color spaces of #4ebfdb

RGB 78191219
HSL0.530.660.58
HSV192°64°86°
CMYK 0.640.130.00   0.14
XYZ34.558943.995873.6884
Yxy43.99580.22700.2890
Hunter Lab66.3293-23.0743-19.4375
CIE-Lab72.2257-23.4128-23.4807

#4ebfdb color RGB value is (78,191,219).

#4ebfdb hex color red value is 78, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4ebfdb hue: 0.53 , saturation: 0.66 and the lightness value of 4ebfdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 11011011
Octal 116 277 333
Decimal 78 191 219
Hex 4E BF DB

RGB Percentages of Color #4ebfdb

%15.98
%39.14
%44.88

CMYK Percentages of Color #4ebfdb

%64
%13
%0
%14

Triadic Colors of #4ebfdb

#4ebfdb #db4ebf #bfdb4e

Analogous Colors of #4ebfdb

#4ebfdb #4e79db #4edbb1

Monochromatic Colors of #4ebfdb

#4ebfdb

Complementary Color

#4ebfdb #db6a4e

#4ebfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfdb Color CSS Codes

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

#4ebfdb Text Font Color

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

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


#4ebfdb Background Color

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

This div background color is #4ebfdb


#4ebfdb Border Color

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

This div border color is #4ebfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfdb


Comments

No comments written yet.

Please login to write comment.