Color Hex Logo

#429883 Color Hex

#429883
(66,152,131)
0 Favorites   0 Comments

Color spaces of #429883

RGB 66152131
HSL0.460.390.43
HSV165°57°60°
CMYK 0.570.000.14   0.40
XYZ17.571725.253425.4210
Yxy25.25340.25750.3700
Hunter Lab50.2528-25.52695.1843
CIE-Lab57.3215-31.20473.2645

#429883 color RGB value is (66,152,131).

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

The process color (four color CMYK) of #429883 color hex is 0.57, 0.00, 0.14, 0.40. Web safe color of #429883 is #339999. Color #429883 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 10000011
Octal 102 230 203
Decimal 66 152 131
Hex 42 98 83

RGB Percentages of Color #429883

%18.91
%43.55
%37.54

CMYK Percentages of Color #429883

%57
%0
%14
%40

Triadic Colors of #429883

#429883 #834298 #988342

Analogous Colors of #429883

#429883 #428298 #429858

Monochromatic Colors of #429883

#429883

Complementary Color

#429883 #984257

#429883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429883 Color CSS Codes

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

#429883 Text Font Color

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

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


#429883 Background Color

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

This div background color is #429883


#429883 Border Color

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

This div border color is #429883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429883


Comments

No comments written yet.

Please login to write comment.