Color Hex Logo

#429abf Color Hex

#429ABF
(66,154,191)
0 Favorites   0 Comments

Color spaces of #429abf

RGB 66154191
HSL0.550.490.50
HSV198°65°75°
CMYK 0.650.190.00   0.25
XYZ23.206328.031053.4776
Yxy28.03100.22160.2677
Hunter Lab52.9443-14.4133-22.8262
CIE-Lab59.9167-14.7207-26.9068

#429abf color RGB value is (66,154,191).

#429abf hex color red value is 66, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #429abf hue: 0.55 , saturation: 0.49 and the lightness value of 429abf is 0.50.

The process color (four color CMYK) of #429abf color hex is 0.65, 0.19, 0.00, 0.25. Web safe color of #429abf is #3399cc. Color #429abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011010 10111111
Octal 102 232 277
Decimal 66 154 191
Hex 42 9A BF

RGB Percentages of Color #429abf

%16.06
%37.47
%46.47

CMYK Percentages of Color #429abf

%65
%19
%0
%25

Triadic Colors of #429abf

#429abf #bf429a #9abf42

Analogous Colors of #429abf

#429abf #425cbf #42bfa6

Monochromatic Colors of #429abf

#429abf

Complementary Color

#429abf #bf6742

#429abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#429abf Color CSS Codes

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

#429abf Text Font Color

<p style="color:#429abf">Text here</p>

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


#429abf Background Color

<div style="background-color:#429abf">
Div content here</div>

This div background color is #429abf


#429abf Border Color

<div style="border:3px solid #429abf">
Div here</div>

This div border color is #429abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,154,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #429abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #429abf;
  -webkit-box-shadow: 1px 1px 3px 2px #429abf;
  box-shadow:         1px 1px 3px 2px #429abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429abf


Comments

No comments written yet.

Please login to write comment.