Color Hex Logo

#429991 Color Hex

#429991
(66,153,145)
0 Favorites   0 Comments

Color spaces of #429991

RGB 66153145
HSL0.480.400.43
HSV174°57°60°
CMYK 0.570.000.05   0.40
XYZ18.748825.985130.8155
Yxy25.98510.24820.3439
Hunter Lab50.9756-23.5550-0.1588
CIE-Lab58.0229-28.0048-3.6849

#429991 color RGB value is (66,153,145).

#429991 hex color red value is 66, green value is 153 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #429991 hue: 0.48 , saturation: 0.40 and the lightness value of 429991 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011001 10010001
Octal 102 231 221
Decimal 66 153 145
Hex 42 99 91

RGB Percentages of Color #429991

%18.13
%42.03
%39.84

CMYK Percentages of Color #429991

%57
%0
%5
%40

Triadic Colors of #429991

#429991 #914299 #999142

Analogous Colors of #429991

#429991 #427699 #429966

Monochromatic Colors of #429991

#429991

Complementary Color

#429991 #99424a

#429991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429991 Color CSS Codes

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

#429991 Text Font Color

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

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


#429991 Background Color

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

This div background color is #429991


#429991 Border Color

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

This div border color is #429991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429991


Comments

No comments written yet.

Please login to write comment.