Color Hex Logo

#429398 Color Hex

#429398
(66,147,152)
0 Favorites   0 Comments

Color spaces of #429398

RGB 66147152
HSL0.510.390.43
HSV183°57°60°
CMYK 0.570.030.00   0.40
XYZ18.348024.292733.4277
Yxy24.29270.24120.3194
Hunter Lab49.2876-19.8043-5.7101
CIE-Lab56.3797-23.0109-10.1282

#429398 color RGB value is (66,147,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010011 10011000
Octal 102 223 230
Decimal 66 147 152
Hex 42 93 98

RGB Percentages of Color #429398

%18.08
%40.27
%41.64

CMYK Percentages of Color #429398

%57
%3
%0
%40

Triadic Colors of #429398

#429398 #984293 #939842

Analogous Colors of #429398

#429398 #426898 #429872

Monochromatic Colors of #429398

#429398

Complementary Color

#429398 #984742

#429398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429398 Color CSS Codes

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

#429398 Text Font Color

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

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


#429398 Background Color

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

This div background color is #429398


#429398 Border Color

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

This div border color is #429398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429398


Comments

No comments written yet.

Please login to write comment.