Color Hex Logo

#229fdb Color Hex

#229FDB
(34,159,219)
0 Favorites   0 Comments

Color spaces of #229fdb

RGB 34159219
HSL0.550.730.50
HSV199°84°86°
CMYK 0.840.270.00   0.14
XYZ25.844030.250871.4947
Yxy30.25080.20260.2371
Hunter Lab55.0007-12.3769-38.5698
CIE-Lab61.8700-11.7221-39.5753

#229fdb color RGB value is (34,159,219).

#229fdb hex color red value is 34, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #229fdb hue: 0.55 , saturation: 0.73 and the lightness value of 229fdb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011111 11011011
Octal 42 237 333
Decimal 34 159 219
Hex 22 9F DB

RGB Percentages of Color #229fdb

%8.25
%38.59
%53.16

CMYK Percentages of Color #229fdb

%84
%27
%0
%14

Triadic Colors of #229fdb

#229fdb #db229f #9fdb22

Analogous Colors of #229fdb

#229fdb #2243db #22dbbb

Monochromatic Colors of #229fdb

#229fdb

Complementary Color

#229fdb #db5e22

#229fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#229fdb Color CSS Codes

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

#229fdb Text Font Color

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

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


#229fdb Background Color

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

This div background color is #229fdb


#229fdb Border Color

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

This div border color is #229fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229fdb


Comments

No comments written yet.

Please login to write comment.