Color Hex Logo

#03a4de Color Hex

#03A4DE
(3,164,222)
0 Favorites   0 Comments

Color spaces of #03a4de

RGB 3164222
HSL0.540.970.44
HSV196°99°87°
CMYK 0.990.260.00   0.13
XYZ26.497831.844273.8572
Yxy31.84420.20040.2409
Hunter Lab56.4307-14.9365-38.0981
CIE-Lab63.2139-14.8059-39.1523

#03a4de color RGB value is (3,164,222).

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

The process color (four color CMYK) of #03a4de color hex is 0.99, 0.26, 0.00, 0.13. Web safe color of #03a4de is #0099cc. Color #03a4de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10100100 11011110
Octal 3 244 336
Decimal 3 164 222
Hex 3 A4 DE

RGB Percentages of Color #03a4de

%0.77
%42.16
%57.07

CMYK Percentages of Color #03a4de

%99
%26
%0
%13

Triadic Colors of #03a4de

#03a4de #de03a4 #a4de03

Analogous Colors of #03a4de

#03a4de #0337de #03deab

Monochromatic Colors of #03a4de

#03a4de

Complementary Color

#03a4de #de3d03

#03a4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03a4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#03a4de Color CSS Codes

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

#03a4de Text Font Color

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

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


#03a4de Background Color

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

This div background color is #03a4de


#03a4de Border Color

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

This div border color is #03a4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03a4de


Comments

No comments written yet.

Please login to write comment.