Color Hex Logo

#295abc Color Hex

#295ABC
(41,90,188)
0 Favorites   0 Comments

Color spaces of #295abc

RGB 4190188
HSL0.610.640.45
HSV220°78°74°
CMYK 0.780.520.00   0.26
XYZ13.647711.414649.0609
Yxy11.41460.18410.1540
Hunter Lab33.785512.9807-62.4469
CIE-Lab40.270219.2807-56.3106

#295abc color RGB value is (41,90,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011010 10111100
Octal 51 132 274
Decimal 41 90 188
Hex 29 5A BC

RGB Percentages of Color #295abc

%12.85
%28.21
%58.93

CMYK Percentages of Color #295abc

%78
%52
%0
%26

Triadic Colors of #295abc

#295abc #bc295a #5abc29

Analogous Colors of #295abc

#295abc #4129bc #29a4bc

Monochromatic Colors of #295abc

#295abc

Complementary Color

#295abc #bc8b29

#295abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#295abc Color CSS Codes

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

#295abc Text Font Color

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

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


#295abc Background Color

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

This div background color is #295abc


#295abc Border Color

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

This div border color is #295abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295abc


Comments

No comments written yet.

Please login to write comment.