Color Hex Logo

#295cad Color Hex

#295CAD
(41,92,173)
0 Favorites   0 Comments

Color spaces of #295cad

RGB 4192173
HSL0.600.620.42
HSV217°76°68°
CMYK 0.760.470.00   0.32
XYZ12.284411.142841.0385
Yxy11.14280.19060.1728
Hunter Lab33.38087.2729-49.5247
CIE-Lab39.819912.1957-48.2274

#295cad color RGB value is (41,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011100 10101101
Octal 51 134 255
Decimal 41 92 173
Hex 29 5C AD

RGB Percentages of Color #295cad

%13.40
%30.07
%56.54

CMYK Percentages of Color #295cad

%76
%47
%0
%32

Triadic Colors of #295cad

#295cad #ad295c #5cad29

Analogous Colors of #295cad

#295cad #3829ad #299ead

Monochromatic Colors of #295cad

#295cad

Complementary Color

#295cad #ad7a29

#295cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#295cad Color CSS Codes

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

#295cad Text Font Color

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

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


#295cad Background Color

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

This div background color is #295cad


#295cad Border Color

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

This div border color is #295cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295cad


Comments

No comments written yet.

Please login to write comment.