Color Hex Logo

#295aac Color Hex

#295AAC
(41,90,172)
0 Favorites   0 Comments

Color spaces of #295aac

RGB 4190172
HSL0.600.620.42
HSV218°76°67°
CMYK 0.760.480.00   0.33
XYZ12.017010.762340.4737
Yxy10.76230.19000.1701
Hunter Lab32.80597.9751-50.1837
CIE-Lab39.177213.1184-48.6698

#295aac color RGB value is (41,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011010 10101100
Octal 51 132 254
Decimal 41 90 172
Hex 29 5A AC

RGB Percentages of Color #295aac

%13.53
%29.70
%56.77

CMYK Percentages of Color #295aac

%76
%48
%0
%33

Triadic Colors of #295aac

#295aac #ac295a #5aac29

Analogous Colors of #295aac

#295aac #3929ac #299cac

Monochromatic Colors of #295aac

#295aac

Complementary Color

#295aac #ac7b29

#295aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#295aac Color CSS Codes

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

#295aac Text Font Color

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

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


#295aac Background Color

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

This div background color is #295aac


#295aac Border Color

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

This div border color is #295aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295aac


Comments

No comments written yet.

Please login to write comment.