Color Hex Logo

#225cad Color Hex

#225CAD
(34,92,173)
0 Favorites   0 Comments

Color spaces of #225cad

RGB 3492173
HSL0.600.670.41
HSV215°80°68°
CMYK 0.800.470.00   0.32
XYZ12.029711.011541.0266
Yxy11.01150.18780.1719
Hunter Lab33.18366.6385-50.0748
CIE-Lab39.599811.3851-48.5930

#225cad color RGB value is (34,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011100 10101101
Octal 42 134 255
Decimal 34 92 173
Hex 22 5C AD

RGB Percentages of Color #225cad

%11.37
%30.77
%57.86

CMYK Percentages of Color #225cad

%80
%47
%0
%32

Triadic Colors of #225cad

#225cad #ad225c #5cad22

Analogous Colors of #225cad

#225cad #2e22ad #22a2ad

Monochromatic Colors of #225cad

#225cad

Complementary Color

#225cad #ad7322

#225cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#225cad Color CSS Codes

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

#225cad Text Font Color

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

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


#225cad Background Color

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

This div background color is #225cad


#225cad Border Color

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

This div border color is #225cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225cad


Comments

No comments written yet.

Please login to write comment.