Color Hex Logo

#225faf Color Hex

#225FAF
(34,95,175)
0 Favorites   0 Comments

Color spaces of #225faf

RGB 3495175
HSL0.590.670.41
HSV214°81°69°
CMYK 0.810.460.00   0.31
XYZ12.489811.619642.1420
Yxy11.61960.18850.1754
Hunter Lab34.08755.7499-49.4382
CIE-Lab40.605010.2129-48.1573

#225faf color RGB value is (34,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011111 10101111
Octal 42 137 257
Decimal 34 95 175
Hex 22 5F AF

RGB Percentages of Color #225faf

%11.18
%31.25
%57.57

CMYK Percentages of Color #225faf

%81
%46
%0
%31

Triadic Colors of #225faf

#225faf #af225f #5faf22

Analogous Colors of #225faf

#225faf #2c22af #22a6af

Monochromatic Colors of #225faf

#225faf

Complementary Color

#225faf #af7222

#225faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#225faf Color CSS Codes

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

#225faf Text Font Color

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

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


#225faf Background Color

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

This div background color is #225faf


#225faf Border Color

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

This div border color is #225faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225faf


Comments

No comments written yet.

Please login to write comment.