Color Hex Logo

#229bbc Color Hex

#229BBC
(34,155,188)
0 Favorites   0 Comments

Color spaces of #229bbc

RGB 34155188
HSL0.540.690.44
HSV193°82°74°
CMYK 0.820.180.00   0.26
XYZ21.458127.413651.7373
Yxy27.41360.21330.2725
Hunter Lab52.3580-18.4711-21.9365
CIE-Lab59.3552-20.3535-26.1443

#229bbc color RGB value is (34,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011011 10111100
Octal 42 233 274
Decimal 34 155 188
Hex 22 9B BC

RGB Percentages of Color #229bbc

%9.02
%41.11
%49.87

CMYK Percentages of Color #229bbc

%82
%18
%0
%26

Triadic Colors of #229bbc

#229bbc #bc229b #9bbc22

Analogous Colors of #229bbc

#229bbc #224ebc #22bc90

Monochromatic Colors of #229bbc

#229bbc

Complementary Color

#229bbc #bc4322

#229bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#229bbc Color CSS Codes

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

#229bbc Text Font Color

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

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


#229bbc Background Color

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

This div background color is #229bbc


#229bbc Border Color

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

This div border color is #229bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229bbc


Comments

No comments written yet.

Please login to write comment.