Color Hex Logo

#429192 Color Hex

#429192
(66,145,146)
0 Favorites   0 Comments

Color spaces of #429192

RGB 66145146
HSL0.500.380.42
HSV181°55°57°
CMYK 0.550.010.00   0.43
XYZ17.560523.484430.8015
Yxy23.48440.24440.3269
Hunter Lab48.4607-20.1239-3.7621
CIE-Lab55.5678-23.7064-7.8979

#429192 color RGB value is (66,145,146).

#429192 hex color red value is 66, green value is 145 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #429192 hue: 0.50 , saturation: 0.38 and the lightness value of 429192 is 0.42.

The process color (four color CMYK) of #429192 color hex is 0.55, 0.01, 0.00, 0.43. Web safe color of #429192 is #339999. Color #429192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010001 10010010
Octal 102 221 222
Decimal 66 145 146
Hex 42 91 92

RGB Percentages of Color #429192

%18.49
%40.62
%40.90

CMYK Percentages of Color #429192

%55
%1
%0
%43

Triadic Colors of #429192

#429192 #924291 #919242

Analogous Colors of #429192

#429192 #426992 #42926b

Monochromatic Colors of #429192

#429192

Complementary Color

#429192 #924342

#429192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429192 Color CSS Codes

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

#429192 Text Font Color

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

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


#429192 Background Color

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

This div background color is #429192


#429192 Border Color

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

This div border color is #429192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429192


Comments

No comments written yet.

Please login to write comment.