Color Hex Logo

#225fad Color Hex

#225FAD
(34,95,173)
0 Favorites   0 Comments

Color spaces of #225fad

RGB 3495173
HSL0.590.670.41
HSV214°80°68°
CMYK 0.800.450.00   0.32
XYZ12.294711.541641.1149
Yxy11.54160.18930.1777
Hunter Lab33.97295.1460-47.9732
CIE-Lab40.47819.4295-47.1823

#225fad color RGB value is (34,95,173).

#225fad hex color red value is 34, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #225fad hue: 0.59 , saturation: 0.67 and the lightness value of 225fad is 0.41.

The process color (four color CMYK) of #225fad color hex is 0.80, 0.45, 0.00, 0.32. Web safe color of #225fad is #336699. Color #225fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011111 10101101
Octal 42 137 255
Decimal 34 95 173
Hex 22 5F AD

RGB Percentages of Color #225fad

%11.26
%31.46
%57.28

CMYK Percentages of Color #225fad

%80
%45
%0
%32

Triadic Colors of #225fad

#225fad #ad225f #5fad22

Analogous Colors of #225fad

#225fad #2a22ad #22a5ad

Monochromatic Colors of #225fad

#225fad

Complementary Color

#225fad #ad7022

#225fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#225fad Color CSS Codes

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

#225fad Text Font Color

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

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


#225fad Background Color

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

This div background color is #225fad


#225fad Border Color

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

This div border color is #225fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225fad


Comments

No comments written yet.

Please login to write comment.