Color Hex Logo

#225eaf Color Hex

#225EAF
(34,94,175)
0 Favorites   0 Comments

Color spaces of #225eaf

RGB 3494175
HSL0.600.670.41
HSV214°81°69°
CMYK 0.810.460.00   0.31
XYZ12.400311.440642.1121
Yxy11.44060.18800.1735
Hunter Lab33.82406.2485-50.1415
CIE-Lab40.312910.8636-48.6265

#225eaf color RGB value is (34,94,175).

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

The process color (four color CMYK) of #225eaf color hex is 0.81, 0.46, 0.00, 0.31. Web safe color of #225eaf is #336699. Color #225eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011110 10101111
Octal 42 136 257
Decimal 34 94 175
Hex 22 5E AF

RGB Percentages of Color #225eaf

%11.22
%31.02
%57.76

CMYK Percentages of Color #225eaf

%81
%46
%0
%31

Triadic Colors of #225eaf

#225eaf #af225e #5eaf22

Analogous Colors of #225eaf

#225eaf #2c22af #22a5af

Monochromatic Colors of #225eaf

#225eaf

Complementary Color

#225eaf #af7322

#225eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#225eaf Color CSS Codes

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

#225eaf Text Font Color

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

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


#225eaf Background Color

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

This div background color is #225eaf


#225eaf Border Color

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

This div border color is #225eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,94,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225eaf


Comments

No comments written yet.

Please login to write comment.