Color Hex Logo

#42929a Color Hex

#42929A
(66,146,154)
0 Favorites   0 Comments

Color spaces of #42929a

RGB 66146154
HSL0.520.400.43
HSV185°57°60°
CMYK 0.570.050.00   0.40
XYZ18.358424.049134.2462
Yxy24.04910.23950.3137
Hunter Lab49.0399-18.9972-7.0763
CIE-Lab56.1369-21.9100-11.6391

#42929a color RGB value is (66,146,154).

#42929a hex color red value is 66, green value is 146 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #42929a hue: 0.52 , saturation: 0.40 and the lightness value of 42929a is 0.43.

The process color (four color CMYK) of #42929a color hex is 0.57, 0.05, 0.00, 0.40. Web safe color of #42929a is #339999. Color #42929a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010010 10011010
Octal 102 222 232
Decimal 66 146 154
Hex 42 92 9A

RGB Percentages of Color #42929a

%18.03
%39.89
%42.08

CMYK Percentages of Color #42929a

%57
%5
%0
%40

Triadic Colors of #42929a

#42929a #9a4292 #929a42

Analogous Colors of #42929a

#42929a #42669a #429a76

Monochromatic Colors of #42929a

#42929a

Complementary Color

#42929a #9a4a42

#42929a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42929a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42929a Color CSS Codes

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

#42929a Text Font Color

<p style="color:#42929a">Text here</p>

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


#42929a Background Color

<div style="background-color:#42929a">
Div content here</div>

This div background color is #42929a


#42929a Border Color

<div style="border:3px solid #42929a">
Div here</div>

This div border color is #42929a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,146,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42929a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42929a;
  -webkit-box-shadow: 1px 1px 3px 2px #42929a;
  box-shadow:         1px 1px 3px 2px #42929a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42929a


Comments

No comments written yet.

Please login to write comment.