Color Hex Logo

#229350 Color Hex

#229350
(34,147,80)
0 Favorites   0 Comments

Color spaces of #229350

RGB 3414780
HSL0.400.620.35
HSV144°77°58°
CMYK 0.770.000.46   0.42
XYZ12.541421.786711.1337
Yxy21.78670.27590.4792
Hunter Lab46.6762-33.722418.5309
CIE-Lab53.8000-46.312226.8207

#229350 color RGB value is (34,147,80).

#229350 hex color red value is 34, green value is 147 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #229350 hue: 0.40 , saturation: 0.62 and the lightness value of 229350 is 0.35.

The process color (four color CMYK) of #229350 color hex is 0.77, 0.00, 0.46, 0.42. Web safe color of #229350 is #339966. Color #229350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10010011 01010000
Octal 42 223 120
Decimal 34 147 80
Hex 22 93 50

RGB Percentages of Color #229350

%13.03
%56.32
%30.65

CMYK Percentages of Color #229350

%77
%0
%46
%42

Triadic Colors of #229350

#229350 #502293 #935022

Analogous Colors of #229350

#229350 #229389 #2d9322

Monochromatic Colors of #229350

#229350

Complementary Color

#229350 #932265

#229350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#229350 Color CSS Codes

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

#229350 Text Font Color

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

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


#229350 Background Color

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

This div background color is #229350


#229350 Border Color

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

This div border color is #229350


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,147,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229350


Comments

No comments written yet.

Please login to write comment.