Color Hex Logo

#03dafc Color Hex

#03DAFC
(3,218,252)
0 Favorites   0 Comments

Color spaces of #03dafc

RGB 3218252
HSL0.520.980.50
HSV188°99°99°
CMYK 0.990.130.00   0.01
XYZ42.679657.1904100.8849
Yxy57.19040.21260.2849
Hunter Lab75.6243-31.6037-26.1574
CIE-Lab80.2866-32.1472-28.9666

#03dafc color RGB value is (3,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011010 11111100
Octal 3 332 374
Decimal 3 218 252
Hex 3 DA FC

RGB Percentages of Color #03dafc

%0.63
%46.09
%53.28

CMYK Percentages of Color #03dafc

%99
%13
%0
%1

Triadic Colors of #03dafc

#03dafc #fc03da #dafc03

Analogous Colors of #03dafc

#03dafc #035dfc #03fca2

Monochromatic Colors of #03dafc

#03dafc

Complementary Color

#03dafc #fc2503

#03dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#03dafc Color CSS Codes

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

#03dafc Text Font Color

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

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


#03dafc Background Color

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

This div background color is #03dafc


#03dafc Border Color

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

This div border color is #03dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03dafc

Related Colors


Comments

No comments written yet.

Please login to write comment.