Color Hex Logo

#03bafd Color Hex

#03BAFD
(3,186,253)
0 Favorites   0 Comments

Color spaces of #03bafd

RGB 3186253
HSL0.540.980.50
HSV196°99°99°
CMYK 0.990.260.00   0.01
XYZ35.326142.229099.2176
Yxy42.22900.19980.2389
Hunter Lab64.9838-16.6867-45.0355
CIE-Lab71.0285-15.6310-43.8486

#03bafd color RGB value is (3,186,253).

#03bafd hex color red value is 3, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #03bafd hue: 0.54 , saturation: 0.98 and the lightness value of 03bafd is 0.50.

The process color (four color CMYK) of #03bafd color hex is 0.99, 0.26, 0.00, 0.01. Web safe color of #03bafd is #00ccff. Color #03bafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111010 11111101
Octal 3 272 375
Decimal 3 186 253
Hex 3 BA FD

RGB Percentages of Color #03bafd

%0.68
%42.08
%57.24

CMYK Percentages of Color #03bafd

%99
%26
%0
%1

Triadic Colors of #03bafd

#03bafd #fd03ba #bafd03

Analogous Colors of #03bafd

#03bafd #033dfd #03fdc3

Monochromatic Colors of #03bafd

#03bafd

Complementary Color

#03bafd #fd4603

#03bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#03bafd Color CSS Codes

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

#03bafd Text Font Color

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

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


#03bafd Background Color

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

This div background color is #03bafd


#03bafd Border Color

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

This div border color is #03bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03bafd


Comments

No comments written yet.

Please login to write comment.