Color Hex Logo

#229ebe Color Hex

#229EBE
(34,158,190)
0 Favorites   0 Comments

Color spaces of #229ebe

RGB 34158190
HSL0.530.700.44
HSV192°82°75°
CMYK 0.820.170.00   0.25
XYZ22.180828.511553.0494
Yxy28.51150.21380.2748
Hunter Lab53.3962-19.2943-21.5277
CIE-Lab60.3481-21.2527-25.7408

#229ebe color RGB value is (34,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011110 10111110
Octal 42 236 276
Decimal 34 158 190
Hex 22 9E BE

RGB Percentages of Color #229ebe

%8.90
%41.36
%49.74

CMYK Percentages of Color #229ebe

%82
%17
%0
%25

Triadic Colors of #229ebe

#229ebe #be229e #9ebe22

Analogous Colors of #229ebe

#229ebe #2250be #22be90

Monochromatic Colors of #229ebe

#229ebe

Complementary Color

#229ebe #be4222

#229ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#229ebe Color CSS Codes

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

#229ebe Text Font Color

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

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


#229ebe Background Color

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

This div background color is #229ebe


#229ebe Border Color

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

This div border color is #229ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229ebe


Comments

No comments written yet.

Please login to write comment.