Color Hex Logo

#4296ab Color Hex

#4296AB
(66,150,171)
0 Favorites   0 Comments

Color spaces of #4296ab

RGB 66150171
HSL0.530.440.46
HSV192°61°67°
CMYK 0.610.120.00   0.33
XYZ20.503825.911242.4488
Yxy25.91120.23070.2916
Hunter Lab50.9030-17.1803-13.8107
CIE-Lab57.9527-18.8899-18.6004

#4296ab color RGB value is (66,150,171).

#4296ab hex color red value is 66, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4296ab hue: 0.53 , saturation: 0.44 and the lightness value of 4296ab is 0.46.

The process color (four color CMYK) of #4296ab color hex is 0.61, 0.12, 0.00, 0.33. Web safe color of #4296ab is #339999. Color #4296ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 10101011
Octal 102 226 253
Decimal 66 150 171
Hex 42 96 AB

RGB Percentages of Color #4296ab

%17.05
%38.76
%44.19

CMYK Percentages of Color #4296ab

%61
%12
%0
%33

Triadic Colors of #4296ab

#4296ab #ab4296 #96ab42

Analogous Colors of #4296ab

#4296ab #4262ab #42ab8c

Monochromatic Colors of #4296ab

#4296ab

Complementary Color

#4296ab #ab5742

#4296ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4296ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4296ab Color CSS Codes

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

#4296ab Text Font Color

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

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


#4296ab Background Color

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

This div background color is #4296ab


#4296ab Border Color

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

This div border color is #4296ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,150,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4296ab


Comments

No comments written yet.

Please login to write comment.