Color Hex Logo

#05dfec Color Hex

#05DFEC
(5,223,236)
0 Favorites   0 Comments

Color spaces of #05dfec

RGB 5223236
HSL0.510.960.47
HSV183°98°93°
CMYK 0.980.060.00   0.07
XYZ41.590658.863788.5267
Yxy58.86370.22010.3115
Hunter Lab76.7227-37.5016-14.7061
CIE-Lab81.2166-39.4406-19.0524

#05dfec color RGB value is (5,223,236).

#05dfec hex color red value is 5, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #05dfec hue: 0.51 , saturation: 0.96 and the lightness value of 05dfec is 0.47.

The process color (four color CMYK) of #05dfec color hex is 0.98, 0.06, 0.00, 0.07. Web safe color of #05dfec is #00ccff. Color #05dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011111 11101100
Octal 5 337 354
Decimal 5 223 236
Hex 5 DF EC

RGB Percentages of Color #05dfec

%1.08
%48.06
%50.86

CMYK Percentages of Color #05dfec

%98
%6
%0
%7

Triadic Colors of #05dfec

#05dfec #ec05df #dfec05

Analogous Colors of #05dfec

#05dfec #056cec #05ec86

Monochromatic Colors of #05dfec

#05dfec

Complementary Color

#05dfec #ec1205

#05dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#05dfec Color CSS Codes

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

#05dfec Text Font Color

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

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


#05dfec Background Color

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

This div background color is #05dfec


#05dfec Border Color

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

This div border color is #05dfec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,223,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05dfec


Comments

No comments written yet.

Please login to write comment.