Color Hex Logo

#224146 Color Hex

#224146
(34,65,70)
0 Favorites   0 Comments

Color spaces of #224146

RGB 346570
HSL0.520.350.20
HSV188°51°27°
CMYK 0.510.070.00   0.73
XYZ3.65554.56296.4824
Yxy4.56290.24870.3104
Hunter Lab21.3609-6.8349-3.0401
CIE-Lab25.4513-9.8952-6.6270

#224146 color RGB value is (34,65,70).

#224146 hex color red value is 34, green value is 65 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #224146 hue: 0.52 , saturation: 0.35 and the lightness value of 224146 is 0.20.

The process color (four color CMYK) of #224146 color hex is 0.51, 0.07, 0.00, 0.73. Web safe color of #224146 is #333333. Color #224146 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000001 01000110
Octal 42 101 106
Decimal 34 65 70
Hex 22 41 46

RGB Percentages of Color #224146

%20.12
%38.46
%41.42

CMYK Percentages of Color #224146

%51
%7
%0
%73

Triadic Colors of #224146

#224146 #462241 #414622

Analogous Colors of #224146

#224146 #222f46 #224639

Monochromatic Colors of #224146

#224146

Complementary Color

#224146 #462722

#224146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224146 Color CSS Codes

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

#224146 Text Font Color

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

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


#224146 Background Color

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

This div background color is #224146


#224146 Border Color

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

This div border color is #224146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224146


Comments

No comments written yet.

Please login to write comment.