Color Hex Logo

#225da5 Color Hex

#225DA5
(34,93,165)
0 Favorites   0 Comments

Color spaces of #225da5

RGB 3493165
HSL0.590.660.39
HSV213°79°65°
CMYK 0.790.440.00   0.35
XYZ11.365610.885437.0994
Yxy10.88540.19150.1834
Hunter Lab32.99303.7528-43.5742
CIE-Lab39.38687.5962-44.1956

#225da5 color RGB value is (34,93,165).

#225da5 hex color red value is 34, green value is 93 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #225da5 hue: 0.59 , saturation: 0.66 and the lightness value of 225da5 is 0.39.

The process color (four color CMYK) of #225da5 color hex is 0.79, 0.44, 0.00, 0.35. Web safe color of #225da5 is #336699. Color #225da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011101 10100101
Octal 42 135 245
Decimal 34 93 165
Hex 22 5D A5

RGB Percentages of Color #225da5

%11.64
%31.85
%56.51

CMYK Percentages of Color #225da5

%79
%44
%0
%35

Triadic Colors of #225da5

#225da5 #a5225d #5da522

Analogous Colors of #225da5

#225da5 #2922a5 #229fa5

Monochromatic Colors of #225da5

#225da5

Complementary Color

#225da5 #a56a22

#225da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#225da5 Color CSS Codes

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

#225da5 Text Font Color

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

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


#225da5 Background Color

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

This div background color is #225da5


#225da5 Border Color

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

This div border color is #225da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225da5


Comments

No comments written yet.

Please login to write comment.