Color Hex Logo

#228daa Color Hex

#228DAA
(34,141,170)
0 Favorites   0 Comments

Color spaces of #228daa

RGB 34141170
HSL0.540.670.40
HSV193°80°67°
CMYK 0.800.170.00   0.33
XYZ17.440322.292141.4138
Yxy22.29210.21490.2747
Hunter Lab47.2145-16.6903-18.9556
CIE-Lab54.3356-19.0462-23.6396

#228daa color RGB value is (34,141,170).

#228daa hex color red value is 34, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #228daa hue: 0.54 , saturation: 0.67 and the lightness value of 228daa is 0.40.

The process color (four color CMYK) of #228daa color hex is 0.80, 0.17, 0.00, 0.33. Web safe color of #228daa is #339999. Color #228daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001101 10101010
Octal 42 215 252
Decimal 34 141 170
Hex 22 8D AA

RGB Percentages of Color #228daa

%9.86
%40.87
%49.28

CMYK Percentages of Color #228daa

%80
%17
%0
%33

Triadic Colors of #228daa

#228daa #aa228d #8daa22

Analogous Colors of #228daa

#228daa #2249aa #22aa83

Monochromatic Colors of #228daa

#228daa

Complementary Color

#228daa #aa3f22

#228daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#228daa Color CSS Codes

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

#228daa Text Font Color

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

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


#228daa Background Color

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

This div background color is #228daa


#228daa Border Color

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

This div border color is #228daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #228daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #228daa;
  -webkit-box-shadow: 1px 1px 3px 2px #228daa;
  box-shadow:         1px 1px 3px 2px #228daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228daa


Comments

No comments written yet.

Please login to write comment.