Color Hex Logo

#229bcb Color Hex

#229BCB
(34,155,203)
0 Favorites   0 Comments

Color spaces of #229bcb

RGB 34155203
HSL0.550.710.46
HSV197°83°80°
CMYK 0.830.240.00   0.20
XYZ23.160528.094660.7020
Yxy28.09460.20690.2509
Hunter Lab53.0043-14.7612-30.7975
CIE-Lab59.9741-15.1737-33.6156

#229bcb color RGB value is (34,155,203).

#229bcb hex color red value is 34, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #229bcb hue: 0.55 , saturation: 0.71 and the lightness value of 229bcb is 0.46.

The process color (four color CMYK) of #229bcb color hex is 0.83, 0.24, 0.00, 0.20. Web safe color of #229bcb is #3399cc. Color #229bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011011 11001011
Octal 42 233 313
Decimal 34 155 203
Hex 22 9B CB

RGB Percentages of Color #229bcb

%8.67
%39.54
%51.79

CMYK Percentages of Color #229bcb

%83
%24
%0
%20

Triadic Colors of #229bcb

#229bcb #cb229b #9bcb22

Analogous Colors of #229bcb

#229bcb #2246cb #22cba7

Monochromatic Colors of #229bcb

#229bcb

Complementary Color

#229bcb #cb5222

#229bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#229bcb Color CSS Codes

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

#229bcb Text Font Color

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

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


#229bcb Background Color

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

This div background color is #229bcb


#229bcb Border Color

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

This div border color is #229bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229bcb


Comments

No comments written yet.

Please login to write comment.