Color Hex Logo

#295fcc Color Hex

#295FCC
(41,95,204)
0 Favorites   0 Comments

Color spaces of #295fcc

RGB 4195204
HSL0.610.670.48
HSV220°80°80°
CMYK 0.800.530.00   0.20
XYZ15.905713.015558.8007
Yxy13.01550.18130.1484
Hunter Lab36.077015.5627-71.3809
CIE-Lab42.786622.1433-61.5124

#295fcc color RGB value is (41,95,204).

#295fcc hex color red value is 41, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #295fcc hue: 0.61 , saturation: 0.67 and the lightness value of 295fcc is 0.48.

The process color (four color CMYK) of #295fcc color hex is 0.80, 0.53, 0.00, 0.20. Web safe color of #295fcc is #3366cc. Color #295fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011111 11001100
Octal 51 137 314
Decimal 41 95 204
Hex 29 5F CC

RGB Percentages of Color #295fcc

%12.06
%27.94
%60.00

CMYK Percentages of Color #295fcc

%80
%53
%0
%20

Triadic Colors of #295fcc

#295fcc #cc295f #5fcc29

Analogous Colors of #295fcc

#295fcc #4529cc #29b1cc

Monochromatic Colors of #295fcc

#295fcc

Complementary Color

#295fcc #cc9629

#295fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#295fcc Color CSS Codes

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

#295fcc Text Font Color

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

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


#295fcc Background Color

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

This div background color is #295fcc


#295fcc Border Color

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

This div border color is #295fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295fcc


Comments

No comments written yet.

Please login to write comment.