Color Hex Logo

#295dad Color Hex

#295DAD
(41,93,173)
0 Favorites   0 Comments

Color spaces of #295dad

RGB 4193173
HSL0.600.620.42
HSV216°76°68°
CMYK 0.760.460.00   0.32
XYZ12.371611.317241.0676
Yxy11.31720.19100.1748
Hunter Lab33.64106.7721-48.8301
CIE-Lab40.109711.5437-47.7621

#295dad color RGB value is (41,93,173).

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

The process color (four color CMYK) of #295dad color hex is 0.76, 0.46, 0.00, 0.32. Web safe color of #295dad is #336699. Color #295dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011101 10101101
Octal 51 135 255
Decimal 41 93 173
Hex 29 5D AD

RGB Percentages of Color #295dad

%13.36
%30.29
%56.35

CMYK Percentages of Color #295dad

%76
%46
%0
%32

Triadic Colors of #295dad

#295dad #ad295d #5dad29

Analogous Colors of #295dad

#295dad #3729ad #299fad

Monochromatic Colors of #295dad

#295dad

Complementary Color

#295dad #ad7929

#295dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#295dad Color CSS Codes

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

#295dad Text Font Color

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

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


#295dad Background Color

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

This div background color is #295dad


#295dad Border Color

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

This div border color is #295dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295dad


Comments

No comments written yet.

Please login to write comment.