Color Hex Logo

#225dba Color Hex

#225DBA
(34,93,186)
0 Favorites   0 Comments

Color spaces of #225dba

RGB 3493186
HSL0.600.690.43
HSV217°82°73°
CMYK 0.820.500.00   0.27
XYZ13.437011.714048.0072
Yxy11.71400.18370.1601
Hunter Lab34.225710.1840-59.2060
CIE-Lab40.757915.8240-54.3640

#225dba color RGB value is (34,93,186).

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

The process color (four color CMYK) of #225dba color hex is 0.82, 0.50, 0.00, 0.27. Web safe color of #225dba is #3366cc. Color #225dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011101 10111010
Octal 42 135 272
Decimal 34 93 186
Hex 22 5D BA

RGB Percentages of Color #225dba

%10.86
%29.71
%59.42

CMYK Percentages of Color #225dba

%82
%50
%0
%27

Triadic Colors of #225dba

#225dba #ba225d #5dba22

Analogous Colors of #225dba

#225dba #3322ba #22a9ba

Monochromatic Colors of #225dba

#225dba

Complementary Color

#225dba #ba7f22

#225dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#225dba Color CSS Codes

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

#225dba Text Font Color

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

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


#225dba Background Color

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

This div background color is #225dba


#225dba Border Color

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

This div border color is #225dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225dba


Comments

No comments written yet.

Please login to write comment.