Color Hex Logo

#035fad Color Hex

#035FAD
(3,95,173)
0 Favorites   0 Comments

Color spaces of #035fad

RGB 395173
HSL0.580.970.35
HSV208°98°68°
CMYK 0.980.450.00   0.32
XYZ11.672611.220941.0858
Yxy11.22090.18240.1754
Hunter Lab33.49763.5794-49.2726
CIE-Lab39.95017.3665-48.0586

#035fad color RGB value is (3,95,173).

#035fad hex color red value is 3, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #035fad hue: 0.58 , saturation: 0.97 and the lightness value of 035fad is 0.35.

The process color (four color CMYK) of #035fad color hex is 0.98, 0.45, 0.00, 0.32. Web safe color of #035fad is #006699. Color #035fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01011111 10101101
Octal 3 137 255
Decimal 3 95 173
Hex 3 5F AD

RGB Percentages of Color #035fad

%1.11
%35.06
%63.84

CMYK Percentages of Color #035fad

%98
%45
%0
%32

Triadic Colors of #035fad

#035fad #ad035f #5fad03

Analogous Colors of #035fad

#035fad #030aad #03ada6

Monochromatic Colors of #035fad

#035fad

Complementary Color

#035fad #ad5103

#035fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#035fad Color CSS Codes

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

#035fad Text Font Color

<p style="color:#035fad">Text here</p>

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


#035fad Background Color

<div style="background-color:#035fad">
Div content here</div>

This div background color is #035fad


#035fad Border Color

<div style="border:3px solid #035fad">
Div here</div>

This div border color is #035fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,95,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #035fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #035fad;
  -webkit-box-shadow: 1px 1px 3px 2px #035fad;
  box-shadow:         1px 1px 3px 2px #035fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035fad


Comments

No comments written yet.

Please login to write comment.