Color Hex Logo

#229ddf Color Hex

#229DDF
(34,157,223)
0 Favorites   0 Comments

Color spaces of #229ddf

RGB 34157223
HSL0.560.750.50
HSV201°85°87°
CMYK 0.850.300.00   0.13
XYZ26.035929.781774.1882
Yxy29.78170.20030.2291
Hunter Lab54.5726-10.3420-42.4004
CIE-Lab61.4654-9.1784-42.4291

#229ddf color RGB value is (34,157,223).

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

The process color (four color CMYK) of #229ddf color hex is 0.85, 0.30, 0.00, 0.13. Web safe color of #229ddf is #3399cc. Color #229ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011101 11011111
Octal 42 235 337
Decimal 34 157 223
Hex 22 9D DF

RGB Percentages of Color #229ddf

%8.21
%37.92
%53.86

CMYK Percentages of Color #229ddf

%85
%30
%0
%13

Triadic Colors of #229ddf

#229ddf #df229d #9ddf22

Analogous Colors of #229ddf

#229ddf #223fdf #22dfc3

Monochromatic Colors of #229ddf

#229ddf

Complementary Color

#229ddf #df6422

#229ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#229ddf Color CSS Codes

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

#229ddf Text Font Color

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

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


#229ddf Background Color

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

This div background color is #229ddf


#229ddf Border Color

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

This div border color is #229ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229ddf


Comments

No comments written yet.

Please login to write comment.