Color Hex Logo

#296cbd Color Hex

#296CBD
(41,108,189)
0 Favorites   0 Comments

Color spaces of #296cbd

RGB 41108189
HSL0.590.640.45
HSV213°78°74°
CMYK 0.780.430.00   0.26
XYZ15.462314.870750.1995
Yxy14.87070.19200.1847
Hunter Lab38.56254.0881-50.1881
CIE-Lab45.45668.0502-48.5456

#296cbd color RGB value is (41,108,189).

#296cbd hex color red value is 41, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #296cbd hue: 0.59 , saturation: 0.64 and the lightness value of 296cbd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101100 10111101
Octal 51 154 275
Decimal 41 108 189
Hex 29 6C BD

RGB Percentages of Color #296cbd

%12.13
%31.95
%55.92

CMYK Percentages of Color #296cbd

%78
%43
%0
%26

Triadic Colors of #296cbd

#296cbd #bd296c #6cbd29

Analogous Colors of #296cbd

#296cbd #3029bd #29b6bd

Monochromatic Colors of #296cbd

#296cbd

Complementary Color

#296cbd #bd7a29

#296cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#296cbd Color CSS Codes

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

#296cbd Text Font Color

<p style="color:#296cbd">Text here</p>

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


#296cbd Background Color

<div style="background-color:#296cbd">
Div content here</div>

This div background color is #296cbd


#296cbd Border Color

<div style="border:3px solid #296cbd">
Div here</div>

This div border color is #296cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,108,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #296cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #296cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #296cbd;
  box-shadow:         1px 1px 3px 2px #296cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296cbd


Comments

No comments written yet.

Please login to write comment.