Color Hex Logo

#225ebd Color Hex

#225EBD
(34,94,189)
0 Favorites   0 Comments

Color spaces of #225ebd

RGB 3494189
HSL0.600.700.44
HSV217°82°74°
CMYK 0.820.500.00   0.26
XYZ13.847712.019649.7343
Yxy12.01960.18320.1590
Hunter Lab34.669310.6257-60.7850
CIE-Lab41.247316.3419-55.3243

#225ebd color RGB value is (34,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011110 10111101
Octal 42 136 275
Decimal 34 94 189
Hex 22 5E BD

RGB Percentages of Color #225ebd

%10.73
%29.65
%59.62

CMYK Percentages of Color #225ebd

%82
%50
%0
%26

Triadic Colors of #225ebd

#225ebd #bd225e #5ebd22

Analogous Colors of #225ebd

#225ebd #3422bd #22acbd

Monochromatic Colors of #225ebd

#225ebd

Complementary Color

#225ebd #bd8122

#225ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#225ebd Color CSS Codes

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

#225ebd Text Font Color

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

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


#225ebd Background Color

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

This div background color is #225ebd


#225ebd Border Color

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

This div border color is #225ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225ebd


Comments

No comments written yet.

Please login to write comment.