Color Hex Logo

#429fce Color Hex

#429FCE
(66,159,206)
0 Favorites   0 Comments

Color spaces of #429fce

RGB 66159206
HSL0.560.590.53
HSV200°68°81°
CMYK 0.680.230.00   0.19
XYZ25.785530.410862.9033
Yxy30.41080.21650.2553
Hunter Lab55.1460-13.0414-29.0281
CIE-Lab62.0071-12.5575-32.0767

#429fce color RGB value is (66,159,206).

#429fce hex color red value is 66, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #429fce hue: 0.56 , saturation: 0.59 and the lightness value of 429fce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 11001110
Octal 102 237 316
Decimal 66 159 206
Hex 42 9F CE

RGB Percentages of Color #429fce

%15.31
%36.89
%47.80

CMYK Percentages of Color #429fce

%68
%23
%0
%19

Triadic Colors of #429fce

#429fce #ce429f #9fce42

Analogous Colors of #429fce

#429fce #4259ce #42ceb7

Monochromatic Colors of #429fce

#429fce

Complementary Color

#429fce #ce7142

#429fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#429fce Color CSS Codes

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

#429fce Text Font Color

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

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


#429fce Background Color

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

This div background color is #429fce


#429fce Border Color

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

This div border color is #429fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429fce


Comments

No comments written yet.

Please login to write comment.