Color Hex Logo

#429bfc Color Hex

#429BFC
(66,155,252)
0 Favorites   0 Comments

Color spaces of #429bfc

RGB 66155252
HSL0.590.970.62
HSV211°74°99°
CMYK 0.740.380.00   0.01
XYZ31.538831.629296.5382
Yxy31.62920.19750.1980
Hunter Lab56.23981.6815-62.4060
CIE-Lab63.03525.4872-55.8688

#429bfc color RGB value is (66,155,252).

#429bfc hex color red value is 66, green value is 155 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #429bfc hue: 0.59 , saturation: 0.97 and the lightness value of 429bfc is 0.62.

The process color (four color CMYK) of #429bfc color hex is 0.74, 0.38, 0.00, 0.01. Web safe color of #429bfc is #3399ff. Color #429bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011011 11111100
Octal 102 233 374
Decimal 66 155 252
Hex 42 9B FC

RGB Percentages of Color #429bfc

%13.95
%32.77
%53.28

CMYK Percentages of Color #429bfc

%74
%38
%0
%1

Triadic Colors of #429bfc

#429bfc #fc429b #9bfc42

Analogous Colors of #429bfc

#429bfc #4642fc #42f8fc

Monochromatic Colors of #429bfc

#429bfc

Complementary Color

#429bfc #fca342

#429bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#429bfc Color CSS Codes

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

#429bfc Text Font Color

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

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


#429bfc Background Color

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

This div background color is #429bfc


#429bfc Border Color

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

This div border color is #429bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429bfc


Comments

No comments written yet.

Please login to write comment.