Color Hex Logo

#05efdb Color Hex

#05EFDB
(5,239,219)
0 Favorites   0 Comments

Color spaces of #05efdb

RGB 5239219
HSL0.490.960.48
HSV175°98°94°
CMYK 0.980.000.08   0.06
XYZ43.715366.879777.6229
Yxy66.87970.23230.3553
Hunter Lab81.7800-47.69830.9699
CIE-Lab85.4432-51.3015-3.7632

#05efdb color RGB value is (5,239,219).

#05efdb hex color red value is 5, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #05efdb hue: 0.49 , saturation: 0.96 and the lightness value of 05efdb is 0.48.

The process color (four color CMYK) of #05efdb color hex is 0.98, 0.00, 0.08, 0.06. Web safe color of #05efdb is #00ffcc. Color #05efdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101111 11011011
Octal 5 357 333
Decimal 5 239 219
Hex 5 EF DB

RGB Percentages of Color #05efdb

%1.08
%51.62
%47.30

CMYK Percentages of Color #05efdb

%98
%0
%8
%6

Triadic Colors of #05efdb

#05efdb #db05ef #efdb05

Analogous Colors of #05efdb

#05efdb #058eef #05ef66

Monochromatic Colors of #05efdb

#05efdb

Complementary Color

#05efdb #ef0519

#05efdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05efdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05efdb Color CSS Codes

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

#05efdb Text Font Color

<p style="color:#05efdb">Text here</p>

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


#05efdb Background Color

<div style="background-color:#05efdb">
Div content here</div>

This div background color is #05efdb


#05efdb Border Color

<div style="border:3px solid #05efdb">
Div here</div>

This div border color is #05efdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05efdb


Comments

No comments written yet.

Please login to write comment.