Color Hex Logo

#05dadd Color Hex

#05DADD
(5,218,221)
0 Favorites   0 Comments

Color spaces of #05dadd

RGB 5218221
HSL0.500.960.44
HSV181°98°87°
CMYK 0.980.010.00   0.13
XYZ38.185155.395577.0865
Yxy55.39550.22370.3246
Hunter Lab74.4282-38.6705-9.3080
CIE-Lab79.2685-41.7007-13.9966

#05dadd color RGB value is (5,218,221).

#05dadd hex color red value is 5, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #05dadd hue: 0.50 , saturation: 0.96 and the lightness value of 05dadd is 0.44.

The process color (four color CMYK) of #05dadd color hex is 0.98, 0.01, 0.00, 0.13. Web safe color of #05dadd is #00cccc. Color #05dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011010 11011101
Octal 5 332 335
Decimal 5 218 221
Hex 5 DA DD

RGB Percentages of Color #05dadd

%1.13
%49.10
%49.77

CMYK Percentages of Color #05dadd

%98
%1
%0
%13

Triadic Colors of #05dadd

#05dadd #dd05da #dadd05

Analogous Colors of #05dadd

#05dadd #056edd #05dd74

Monochromatic Colors of #05dadd

#05dadd

Complementary Color

#05dadd #dd0805

#05dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05dadd Color CSS Codes

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

#05dadd Text Font Color

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

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


#05dadd Background Color

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

This div background color is #05dadd


#05dadd Border Color

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

This div border color is #05dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05dadd


Comments

No comments written yet.

Please login to write comment.