Color Hex Logo

#295bac Color Hex

#295BAC
(41,91,172)
0 Favorites   0 Comments

Color spaces of #295bac

RGB 4191172
HSL0.600.620.42
HSV217°76°67°
CMYK 0.760.470.00   0.33
XYZ12.101910.932140.5020
Yxy10.93210.19050.1721
Hunter Lab33.06377.4726-49.4837
CIE-Lab39.465912.4637-48.2056

#295bac color RGB value is (41,91,172).

#295bac hex color red value is 41, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #295bac hue: 0.60 , saturation: 0.62 and the lightness value of 295bac is 0.42.

The process color (four color CMYK) of #295bac color hex is 0.76, 0.47, 0.00, 0.33. Web safe color of #295bac is #336699. Color #295bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011011 10101100
Octal 51 133 254
Decimal 41 91 172
Hex 29 5B AC

RGB Percentages of Color #295bac

%13.49
%29.93
%56.58

CMYK Percentages of Color #295bac

%76
%47
%0
%33

Triadic Colors of #295bac

#295bac #ac295b #5bac29

Analogous Colors of #295bac

#295bac #3829ac #299dac

Monochromatic Colors of #295bac

#295bac

Complementary Color

#295bac #ac7a29

#295bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#295bac Color CSS Codes

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

#295bac Text Font Color

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

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


#295bac Background Color

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

This div background color is #295bac


#295bac Border Color

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

This div border color is #295bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,91,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295bac


Comments

No comments written yet.

Please login to write comment.