Color Hex Logo

#429cea Color Hex

#429CEA
(66,156,234)
0 Favorites   0 Comments

Color spaces of #429cea

RGB 66156234
HSL0.580.800.59
HSV208°72°92°
CMYK 0.720.330.00   0.08
XYZ28.986530.875782.2738
Yxy30.87570.20390.2172
Hunter Lab55.5659-4.1241-48.8918
CIE-Lab62.4026-1.3873-46.9877

#429cea color RGB value is (66,156,234).

#429cea hex color red value is 66, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #429cea hue: 0.58 , saturation: 0.80 and the lightness value of 429cea is 0.59.

The process color (four color CMYK) of #429cea color hex is 0.72, 0.33, 0.00, 0.08. Web safe color of #429cea is #3399ff. Color #429cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 11101010
Octal 102 234 352
Decimal 66 156 234
Hex 42 9C EA

RGB Percentages of Color #429cea

%14.47
%34.21
%51.32

CMYK Percentages of Color #429cea

%72
%33
%0
%8

Triadic Colors of #429cea

#429cea #ea429c #9cea42

Analogous Colors of #429cea

#429cea #4248ea #42eae4

Monochromatic Colors of #429cea

#429cea

Complementary Color

#429cea #ea9042

#429cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#429cea Color CSS Codes

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

#429cea Text Font Color

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

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


#429cea Background Color

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

This div background color is #429cea


#429cea Border Color

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

This div border color is #429cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429cea


Comments

No comments written yet.

Please login to write comment.