Color Hex Logo

#228dab Color Hex

#228DAB
(34,141,171)
0 Favorites   0 Comments

Color spaces of #228dab

RGB 34141171
HSL0.540.670.40
HSV193°80°67°
CMYK 0.800.180.00   0.33
XYZ17.535222.330141.9140
Yxy22.33010.21440.2731
Hunter Lab47.2547-16.4583-19.5107
CIE-Lab54.3755-18.7039-24.1518

#228dab color RGB value is (34,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001101 10101011
Octal 42 215 253
Decimal 34 141 171
Hex 22 8D AB

RGB Percentages of Color #228dab

%9.83
%40.75
%49.42

CMYK Percentages of Color #228dab

%80
%18
%0
%33

Triadic Colors of #228dab

#228dab #ab228d #8dab22

Analogous Colors of #228dab

#228dab #2249ab #22ab85

Monochromatic Colors of #228dab

#228dab

Complementary Color

#228dab #ab4022

#228dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#228dab Color CSS Codes

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

#228dab Text Font Color

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

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


#228dab Background Color

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

This div background color is #228dab


#228dab Border Color

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

This div border color is #228dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228dab


Comments

No comments written yet.

Please login to write comment.