Color Hex Logo

#03badf Color Hex

#03BADF
(3,186,223)
0 Favorites   0 Comments

Color spaces of #03badf

RGB 3186223
HSL0.530.970.44
HSV190°99°87°
CMYK 0.990.170.00   0.13
XYZ30.915740.464975.9931
Yxy40.46490.20980.2746
Hunter Lab63.6120-24.5693-26.3014
CIE-Lab69.7994-25.9634-29.4759

#03badf color RGB value is (3,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111010 11011111
Octal 3 272 337
Decimal 3 186 223
Hex 3 BA DF

RGB Percentages of Color #03badf

%0.73
%45.15
%54.13

CMYK Percentages of Color #03badf

%99
%17
%0
%13

Triadic Colors of #03badf

#03badf #df03ba #badf03

Analogous Colors of #03badf

#03badf #034cdf #03df96

Monochromatic Colors of #03badf

#03badf

Complementary Color

#03badf #df2803

#03badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#03badf Color CSS Codes

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

#03badf Text Font Color

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

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


#03badf Background Color

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

This div background color is #03badf


#03badf Border Color

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

This div border color is #03badf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,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 #03badf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03badf


Comments

No comments written yet.

Please login to write comment.