Color Hex Logo

#429698 Color Hex

#429698
(66,150,152)
0 Favorites   0 Comments

Color spaces of #429698

RGB 66150152
HSL0.500.390.43
HSV181°57°60°
CMYK 0.570.010.00   0.40
XYZ18.820625.237933.5852
Yxy25.23790.24240.3250
Hunter Lab50.2373-21.0432-4.4710
CIE-Lab57.3065-24.5457-8.7418

#429698 color RGB value is (66,150,152).

#429698 hex color red value is 66, green value is 150 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #429698 hue: 0.50 , saturation: 0.39 and the lightness value of 429698 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 10011000
Octal 102 226 230
Decimal 66 150 152
Hex 42 96 98

RGB Percentages of Color #429698

%17.93
%40.76
%41.30

CMYK Percentages of Color #429698

%57
%1
%0
%40

Triadic Colors of #429698

#429698 #984296 #969842

Analogous Colors of #429698

#429698 #426b98 #42986f

Monochromatic Colors of #429698

#429698

Complementary Color

#429698 #984442

#429698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429698 Color CSS Codes

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

#429698 Text Font Color

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

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


#429698 Background Color

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

This div background color is #429698


#429698 Border Color

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

This div border color is #429698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429698

#429698 Color Palettes


Comments

No comments written yet.

Please login to write comment.