Color Hex Logo

#429bea Color Hex

#429BEA
(66,155,234)
0 Favorites   0 Comments

Color spaces of #429bea

RGB 66155234
HSL0.580.800.59
HSV208°72°92°
CMYK 0.720.340.00   0.08
XYZ28.819430.541582.2180
Yxy30.54150.20360.2157
Hunter Lab55.2644-3.6280-49.5220
CIE-Lab62.1187-0.8115-47.4360

#429bea color RGB value is (66,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011011 11101010
Octal 102 233 352
Decimal 66 155 234
Hex 42 9B EA

RGB Percentages of Color #429bea

%14.51
%34.07
%51.43

CMYK Percentages of Color #429bea

%72
%34
%0
%8

Triadic Colors of #429bea

#429bea #ea429b #9bea42

Analogous Colors of #429bea

#429bea #4247ea #42eae5

Monochromatic Colors of #429bea

#429bea

Complementary Color

#429bea #ea9142

#429bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#429bea Color CSS Codes

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

#429bea Text Font Color

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

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


#429bea Background Color

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

This div background color is #429bea


#429bea Border Color

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

This div border color is #429bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429bea


Comments

No comments written yet.

Please login to write comment.