Color Hex Logo

#229edb Color Hex

#229EDB
(34,158,219)
0 Favorites   0 Comments

Color spaces of #229edb

RGB 34158219
HSL0.550.730.50
HSV200°84°86°
CMYK 0.840.280.00   0.14
XYZ25.672729.908371.4376
Yxy29.90830.20210.2355
Hunter Lab54.6885-11.9107-39.1665
CIE-Lab61.5750-11.1679-40.0376

#229edb color RGB value is (34,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011110 11011011
Octal 42 236 333
Decimal 34 158 219
Hex 22 9E DB

RGB Percentages of Color #229edb

%8.27
%38.44
%53.28

CMYK Percentages of Color #229edb

%84
%28
%0
%14

Triadic Colors of #229edb

#229edb #db229e #9edb22

Analogous Colors of #229edb

#229edb #2242db #22dbbc

Monochromatic Colors of #229edb

#229edb

Complementary Color

#229edb #db5f22

#229edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#229edb Color CSS Codes

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

#229edb Text Font Color

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

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


#229edb Background Color

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

This div background color is #229edb


#229edb Border Color

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

This div border color is #229edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229edb

#229edb Color Palettes


Comments

No comments written yet.

Please login to write comment.