Color Hex Logo

#4296bd Color Hex

#4296BD
(66,150,189)
0 Favorites   0 Comments

Color spaces of #4296bd

RGB 66150189
HSL0.550.480.50
HSV199°65°74°
CMYK 0.650.210.00   0.26
XYZ22.338426.645152.1098
Yxy26.64510.22100.2636
Hunter Lab51.6189-13.0861-23.7206
CIE-Lab58.6444-13.1819-27.7435

#4296bd color RGB value is (66,150,189).

#4296bd hex color red value is 66, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4296bd hue: 0.55 , saturation: 0.48 and the lightness value of 4296bd is 0.50.

The process color (four color CMYK) of #4296bd color hex is 0.65, 0.21, 0.00, 0.26. Web safe color of #4296bd is #3399cc. Color #4296bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 10111101
Octal 102 226 275
Decimal 66 150 189
Hex 42 96 BD

RGB Percentages of Color #4296bd

%16.30
%37.04
%46.67

CMYK Percentages of Color #4296bd

%65
%21
%0
%26

Triadic Colors of #4296bd

#4296bd #bd4296 #96bd42

Analogous Colors of #4296bd

#4296bd #4259bd #42bda7

Monochromatic Colors of #4296bd

#4296bd

Complementary Color

#4296bd #bd6942

#4296bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4296bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4296bd Color CSS Codes

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

#4296bd Text Font Color

<p style="color:#4296bd">Text here</p>

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


#4296bd Background Color

<div style="background-color:#4296bd">
Div content here</div>

This div background color is #4296bd


#4296bd Border Color

<div style="border:3px solid #4296bd">
Div here</div>

This div border color is #4296bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,150,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4296bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4296bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4296bd;
  box-shadow:         1px 1px 3px 2px #4296bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,150,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 #4296bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4296bd


Comments

No comments written yet.

Please login to write comment.