Color Hex Logo

#229deb Color Hex

#229DEB
(34,157,235)
0 Favorites   0 Comments

Color spaces of #229deb

RGB 34157235
HSL0.560.830.53
HSV203°86°92°
CMYK 0.860.330.00   0.08
XYZ27.712130.452283.0145
Yxy30.45220.19630.2157
Hunter Lab55.1835-6.9319-50.5636
CIE-Lab62.0424-4.8414-48.1536

#229deb color RGB value is (34,157,235).

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

The process color (four color CMYK) of #229deb color hex is 0.86, 0.33, 0.00, 0.08. Web safe color of #229deb is #3399ff. Color #229deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011101 11101011
Octal 42 235 353
Decimal 34 157 235
Hex 22 9D EB

RGB Percentages of Color #229deb

%7.98
%36.85
%55.16

CMYK Percentages of Color #229deb

%86
%33
%0
%8

Triadic Colors of #229deb

#229deb #eb229d #9deb22

Analogous Colors of #229deb

#229deb #2238eb #22ebd5

Monochromatic Colors of #229deb

#229deb

Complementary Color

#229deb #eb7022

#229deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#229deb Color CSS Codes

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

#229deb Text Font Color

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

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


#229deb Background Color

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

This div background color is #229deb


#229deb Border Color

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

This div border color is #229deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229deb


Comments

No comments written yet.

Please login to write comment.