Color Hex Logo

#05badf Color Hex

#05BADF
(5,186,223)
0 Favorites   0 Comments

Color spaces of #05badf

RGB 5186223
HSL0.530.960.45
HSV190°98°87°
CMYK 0.980.170.00   0.13
XYZ30.940840.477875.9943
Yxy40.47780.20990.2746
Hunter Lab63.6222-24.5305-26.2842
CIE-Lab69.8085-25.9097-29.4611

#05badf color RGB value is (5,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111010 11011111
Octal 5 272 337
Decimal 5 186 223
Hex 5 BA DF

RGB Percentages of Color #05badf

%1.21
%44.93
%53.86

CMYK Percentages of Color #05badf

%98
%17
%0
%13

Triadic Colors of #05badf

#05badf #df05ba #badf05

Analogous Colors of #05badf

#05badf #054ddf #05df97

Monochromatic Colors of #05badf

#05badf

Complementary Color

#05badf #df2a05

#05badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#05badf Color CSS Codes

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

#05badf Text Font Color

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

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


#05badf Background Color

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

This div background color is #05badf


#05badf Border Color

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

This div border color is #05badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05badf


Comments

No comments written yet.

Please login to write comment.