Color Hex Logo

#294ccb Color Hex

#294CCB
(41,76,203)
0 Favorites   0 Comments

Color spaces of #294ccb

RGB 4176203
HSL0.630.660.48
HSV227°80°80°
CMYK 0.800.630.00   0.20
XYZ14.27849.952157.6683
Yxy9.95210.17430.1215
Hunter Lab31.546925.5834-86.3002
CIE-Lab37.756334.0889-69.1330

#294ccb color RGB value is (41,76,203).

#294ccb hex color red value is 41, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #294ccb hue: 0.63 , saturation: 0.66 and the lightness value of 294ccb is 0.48.

The process color (four color CMYK) of #294ccb color hex is 0.80, 0.63, 0.00, 0.20. Web safe color of #294ccb is #3333cc. Color #294ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001100 11001011
Octal 51 114 313
Decimal 41 76 203
Hex 29 4C CB

RGB Percentages of Color #294ccb

%12.81
%23.75
%63.44

CMYK Percentages of Color #294ccb

%80
%63
%0
%20

Triadic Colors of #294ccb

#294ccb #cb294c #4ccb29

Analogous Colors of #294ccb

#294ccb #5729cb #299dcb

Monochromatic Colors of #294ccb

#294ccb

Complementary Color

#294ccb #cba829

#294ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#294ccb Color CSS Codes

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

#294ccb Text Font Color

<p style="color:#294ccb">Text here</p>

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


#294ccb Background Color

<div style="background-color:#294ccb">
Div content here</div>

This div background color is #294ccb


#294ccb Border Color

<div style="border:3px solid #294ccb">
Div here</div>

This div border color is #294ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,76,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #294ccb;
  box-shadow:         1px 1px 3px 2px #294ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294ccb


Comments

No comments written yet.

Please login to write comment.