Color Hex Logo

#229db9 Color Hex

#229DB9
(34,157,185)
0 Favorites   0 Comments

Color spaces of #229db9

RGB 34157185
HSL0.530.690.43
HSV191°82°73°
CMYK 0.820.150.00   0.27
XYZ21.473627.956850.1634
Yxy27.95680.21560.2807
Hunter Lab52.8742-20.0363-19.2383
CIE-Lab59.8497-22.4115-23.6928

#229db9 color RGB value is (34,157,185).

#229db9 hex color red value is 34, green value is 157 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #229db9 hue: 0.53 , saturation: 0.69 and the lightness value of 229db9 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011101 10111001
Octal 42 235 271
Decimal 34 157 185
Hex 22 9D B9

RGB Percentages of Color #229db9

%9.04
%41.76
%49.20

CMYK Percentages of Color #229db9

%82
%15
%0
%27

Triadic Colors of #229db9

#229db9 #b9229d #9db922

Analogous Colors of #229db9

#229db9 #2251b9 #22b98a

Monochromatic Colors of #229db9

#229db9

Complementary Color

#229db9 #b93e22

#229db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#229db9 Color CSS Codes

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

#229db9 Text Font Color

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

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


#229db9 Background Color

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

This div background color is #229db9


#229db9 Border Color

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

This div border color is #229db9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229db9


Comments

No comments written yet.

Please login to write comment.