Color Hex Logo

#429fbf Color Hex

#429FBF
(66,159,191)
0 Favorites   0 Comments

Color spaces of #429fbf

RGB 66159191
HSL0.540.490.50
HSV195°65°75°
CMYK 0.650.170.00   0.25
XYZ24.048929.716153.7585
Yxy29.71610.22370.2764
Hunter Lab54.5125-16.6492-20.3112
CIE-Lab61.4085-17.4133-24.6106

#429fbf color RGB value is (66,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 10111111
Octal 102 237 277
Decimal 66 159 191
Hex 42 9F BF

RGB Percentages of Color #429fbf

%15.87
%38.22
%45.91

CMYK Percentages of Color #429fbf

%65
%17
%0
%25

Triadic Colors of #429fbf

#429fbf #bf429f #9fbf42

Analogous Colors of #429fbf

#429fbf #4261bf #42bfa1

Monochromatic Colors of #429fbf

#429fbf

Complementary Color

#429fbf #bf6242

#429fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#429fbf Color CSS Codes

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

#429fbf Text Font Color

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

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


#429fbf Background Color

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

This div background color is #429fbf


#429fbf Border Color

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

This div border color is #429fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429fbf


Comments

No comments written yet.

Please login to write comment.