Color Hex Logo

#295abd Color Hex

#295ABD
(41,90,189)
0 Favorites   0 Comments

Color spaces of #295abd

RGB 4190189
HSL0.610.640.45
HSV220°78°74°
CMYK 0.780.520.00   0.26
XYZ13.755911.457949.6307
Yxy11.45790.18380.1531
Hunter Lab33.849513.3029-63.2373
CIE-Lab40.341219.6645-56.7794

#295abd color RGB value is (41,90,189).

#295abd hex color red value is 41, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #295abd hue: 0.61 , saturation: 0.64 and the lightness value of 295abd is 0.45.

The process color (four color CMYK) of #295abd color hex is 0.78, 0.52, 0.00, 0.26. Web safe color of #295abd is #3366cc. Color #295abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011010 10111101
Octal 51 132 275
Decimal 41 90 189
Hex 29 5A BD

RGB Percentages of Color #295abd

%12.81
%28.13
%59.06

CMYK Percentages of Color #295abd

%78
%52
%0
%26

Triadic Colors of #295abd

#295abd #bd295a #5abd29

Analogous Colors of #295abd

#295abd #4229bd #29a4bd

Monochromatic Colors of #295abd

#295abd

Complementary Color

#295abd #bd8c29

#295abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#295abd Color CSS Codes

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

#295abd Text Font Color

<p style="color:#295abd">Text here</p>

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


#295abd Background Color

<div style="background-color:#295abd">
Div content here</div>

This div background color is #295abd


#295abd Border Color

<div style="border:3px solid #295abd">
Div here</div>

This div border color is #295abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,90,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295abd;
  -webkit-box-shadow: 1px 1px 3px 2px #295abd;
  box-shadow:         1px 1px 3px 2px #295abd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,90,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 #295abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295abd


Comments

No comments written yet.

Please login to write comment.