Color Hex Logo

#05dbed Color Hex

#05DBED
(5,219,237)
0 Favorites   0 Comments

Color spaces of #05dbed

RGB 5219237
HSL0.510.960.47
HSV185°98°93°
CMYK 0.980.080.00   0.07
XYZ40.680256.809788.9421
Yxy56.80970.21820.3047
Hunter Lab75.3722-35.5606-17.2039
CIE-Lab80.0724-37.2990-21.3166

#05dbed color RGB value is (5,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011011 11101101
Octal 5 333 355
Decimal 5 219 237
Hex 5 DB ED

RGB Percentages of Color #05dbed

%1.08
%47.51
%51.41

CMYK Percentages of Color #05dbed

%98
%8
%0
%7

Triadic Colors of #05dbed

#05dbed #ed05db #dbed05

Analogous Colors of #05dbed

#05dbed #0567ed #05ed8b

Monochromatic Colors of #05dbed

#05dbed

Complementary Color

#05dbed #ed1705

#05dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#05dbed Color CSS Codes

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

#05dbed Text Font Color

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

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


#05dbed Background Color

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

This div background color is #05dbed


#05dbed Border Color

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

This div border color is #05dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05dbed


Comments

No comments written yet.

Please login to write comment.