Color Hex Logo

#429497 Color Hex

#429497
(66,148,151)
0 Favorites   0 Comments

Color spaces of #429497

RGB 66148151
HSL0.510.390.43
HSV182°56°59°
CMYK 0.560.020.00   0.41
XYZ18.422624.572433.0501
Yxy24.57240.24230.3231
Hunter Lab49.5706-20.4100-4.8309
CIE-Lab56.6564-23.8126-9.1412

#429497 color RGB value is (66,148,151).

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

The process color (four color CMYK) of #429497 color hex is 0.56, 0.02, 0.00, 0.41. Web safe color of #429497 is #339999. Color #429497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010100 10010111
Octal 102 224 227
Decimal 66 148 151
Hex 42 94 97

RGB Percentages of Color #429497

%18.08
%40.55
%41.37

CMYK Percentages of Color #429497

%56
%2
%0
%41

Triadic Colors of #429497

#429497 #974294 #949742

Analogous Colors of #429497

#429497 #426a97 #429770

Monochromatic Colors of #429497

#429497

Complementary Color

#429497 #974542

#429497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429497 Color CSS Codes

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

#429497 Text Font Color

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

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


#429497 Background Color

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

This div background color is #429497


#429497 Border Color

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

This div border color is #429497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429497


Comments

No comments written yet.

Please login to write comment.