Color Hex Logo

#229abe Color Hex

#229ABE
(34,154,190)
0 Favorites   0 Comments

Color spaces of #229abe

RGB 34154190
HSL0.540.700.44
HSV194°82°75°
CMYK 0.820.190.00   0.25
XYZ21.509627.169052.8257
Yxy27.16900.21190.2677
Hunter Lab52.1239-17.5565-23.6016
CIE-Lab59.1304-19.1412-27.6186

#229abe color RGB value is (34,154,190).

#229abe hex color red value is 34, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #229abe hue: 0.54 , saturation: 0.70 and the lightness value of 229abe is 0.44.

The process color (four color CMYK) of #229abe color hex is 0.82, 0.19, 0.00, 0.25. Web safe color of #229abe is #3399cc. Color #229abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011010 10111110
Octal 42 232 276
Decimal 34 154 190
Hex 22 9A BE

RGB Percentages of Color #229abe

%8.99
%40.74
%50.26

CMYK Percentages of Color #229abe

%82
%19
%0
%25

Triadic Colors of #229abe

#229abe #be229a #9abe22

Analogous Colors of #229abe

#229abe #224cbe #22be94

Monochromatic Colors of #229abe

#229abe

Complementary Color

#229abe #be4622

#229abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#229abe Color CSS Codes

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

#229abe Text Font Color

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

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


#229abe Background Color

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

This div background color is #229abe


#229abe Border Color

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

This div border color is #229abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229abe


Comments

No comments written yet.

Please login to write comment.