Color Hex Logo

#225daf Color Hex

#225DAF
(34,93,175)
0 Favorites   0 Comments

Color spaces of #225daf

RGB 3493175
HSL0.600.670.41
HSV215°81°69°
CMYK 0.810.470.00   0.31
XYZ12.311911.263942.0827
Yxy11.26390.18750.1716
Hunter Lab33.56176.7485-50.8499
CIE-Lab40.021411.5157-49.0951

#225daf color RGB value is (34,93,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011101 10101111
Octal 42 135 257
Decimal 34 93 175
Hex 22 5D AF

RGB Percentages of Color #225daf

%11.26
%30.79
%57.95

CMYK Percentages of Color #225daf

%81
%47
%0
%31

Triadic Colors of #225daf

#225daf #af225d #5daf22

Analogous Colors of #225daf

#225daf #2e22af #22a4af

Monochromatic Colors of #225daf

#225daf

Complementary Color

#225daf #af7422

#225daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#225daf Color CSS Codes

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

#225daf Text Font Color

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

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


#225daf Background Color

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

This div background color is #225daf


#225daf Border Color

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

This div border color is #225daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225daf


Comments

No comments written yet.

Please login to write comment.