Color Hex Logo

#228eab Color Hex

#228EAB
(34,142,171)
0 Favorites   0 Comments

Color spaces of #228eab

RGB 34142171
HSL0.540.670.40
HSV193°80°67°
CMYK 0.800.170.00   0.33
XYZ17.683422.626441.9634
Yxy22.62640.21490.2750
Hunter Lab47.5672-16.8842-19.0081
CIE-Lab54.6854-19.2401-23.6746

#228eab color RGB value is (34,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001110 10101011
Octal 42 216 253
Decimal 34 142 171
Hex 22 8E AB

RGB Percentages of Color #228eab

%9.80
%40.92
%49.28

CMYK Percentages of Color #228eab

%80
%17
%0
%33

Triadic Colors of #228eab

#228eab #ab228e #8eab22

Analogous Colors of #228eab

#228eab #2249ab #22ab84

Monochromatic Colors of #228eab

#228eab

Complementary Color

#228eab #ab3f22

#228eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#228eab Color CSS Codes

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

#228eab Text Font Color

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

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


#228eab Background Color

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

This div background color is #228eab


#228eab Border Color

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

This div border color is #228eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,142,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 #228eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228eab


Comments

No comments written yet.

Please login to write comment.