Color Hex Logo

#429dfc Color Hex

#429DFC
(66,157,252)
0 Favorites   0 Comments

Color spaces of #429dfc

RGB 66157252
HSL0.590.970.62
HSV211°74°99°
CMYK 0.740.380.00   0.01
XYZ31.874432.300596.6501
Yxy32.30050.19820.2008
Hunter Lab56.83350.6509-61.0441
CIE-Lab63.59054.3174-54.9857

#429dfc color RGB value is (66,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11111100
Octal 102 235 374
Decimal 66 157 252
Hex 42 9D FC

RGB Percentages of Color #429dfc

%13.89
%33.05
%53.05

CMYK Percentages of Color #429dfc

%74
%38
%0
%1

Triadic Colors of #429dfc

#429dfc #fc429d #9dfc42

Analogous Colors of #429dfc

#429dfc #4442fc #42fafc

Monochromatic Colors of #429dfc

#429dfc

Complementary Color

#429dfc #fca142

#429dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dfc Color CSS Codes

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

#429dfc Text Font Color

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

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


#429dfc Background Color

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

This div background color is #429dfc


#429dfc Border Color

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

This div border color is #429dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.