Color Hex Logo

#229aad Color Hex

#229AAD
(34,154,173)
0 Favorites   0 Comments

Color spaces of #229aad

RGB 34154173
HSL0.520.670.41
HSV188°80°68°
CMYK 0.800.110.00   0.32
XYZ19.758126.468443.6027
Yxy26.46840.22000.2947
Hunter Lab51.4474-21.4811-14.2362
CIE-Lab58.4790-24.8389-19.0050

#229aad color RGB value is (34,154,173).

#229aad hex color red value is 34, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #229aad hue: 0.52 , saturation: 0.67 and the lightness value of 229aad is 0.41.

The process color (four color CMYK) of #229aad color hex is 0.80, 0.11, 0.00, 0.32. Web safe color of #229aad is #339999. Color #229aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011010 10101101
Octal 42 232 255
Decimal 34 154 173
Hex 22 9A AD

RGB Percentages of Color #229aad

%9.42
%42.66
%47.92

CMYK Percentages of Color #229aad

%80
%11
%0
%32

Triadic Colors of #229aad

#229aad #ad229a #9aad22

Analogous Colors of #229aad

#229aad #2255ad #22ad7b

Monochromatic Colors of #229aad

#229aad

Complementary Color

#229aad #ad3522

#229aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#229aad Color CSS Codes

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

#229aad Text Font Color

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

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


#229aad Background Color

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

This div background color is #229aad


#229aad Border Color

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

This div border color is #229aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,154,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #229aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #229aad;
  -webkit-box-shadow: 1px 1px 3px 2px #229aad;
  box-shadow:         1px 1px 3px 2px #229aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229aad


Comments

No comments written yet.

Please login to write comment.