Color Hex Logo

#429488 Color Hex

#429488
(66,148,136)
0 Favorites   0 Comments

Color spaces of #429488

RGB 66148136
HSL0.480.380.42
HSV171°55°58°
CMYK 0.550.000.08   0.42
XYZ17.280624.115627.0366
Yxy24.11560.25250.3524
Hunter Lab49.1076-23.12561.7328
CIE-Lab56.2033-27.9668-1.2188

#429488 color RGB value is (66,148,136).

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

The process color (four color CMYK) of #429488 color hex is 0.55, 0.00, 0.08, 0.42. Web safe color of #429488 is #339999. Color #429488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010100 10001000
Octal 102 224 210
Decimal 66 148 136
Hex 42 94 88

RGB Percentages of Color #429488

%18.86
%42.29
%38.86

CMYK Percentages of Color #429488

%55
%0
%8
%42

Triadic Colors of #429488

#429488 #884294 #948842

Analogous Colors of #429488

#429488 #427794 #42945f

Monochromatic Colors of #429488

#429488

Complementary Color

#429488 #94424e

#429488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429488 Color CSS Codes

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

#429488 Text Font Color

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

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


#429488 Background Color

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

This div background color is #429488


#429488 Border Color

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

This div border color is #429488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429488


Comments

No comments written yet.

Please login to write comment.