Color Hex Logo

#229dda Color Hex

#229DDA
(34,157,218)
0 Favorites   0 Comments

Color spaces of #229dda

RGB 34157218
HSL0.560.730.49
HSV200°84°85°
CMYK 0.840.280.00   0.15
XYZ25.371529.516070.6896
Yxy29.51600.20200.2350
Hunter Lab54.3286-11.7155-39.1150
CIE-Lab61.2343-10.9684-40.0163

#229dda color RGB value is (34,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 10011101 11011010
Octal 42 235 332
Decimal 34 157 218
Hex 22 9D DA

RGB Percentages of Color #229dda

%8.31
%38.39
%53.30

CMYK Percentages of Color #229dda

%84
%28
%0
%15

Triadic Colors of #229dda

#229dda #da229d #9dda22

Analogous Colors of #229dda

#229dda #2241da #22dabb

Monochromatic Colors of #229dda

#229dda

Complementary Color

#229dda #da5f22

#229dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#229dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#229dda Color CSS Codes

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

#229dda Text Font Color

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

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


#229dda Background Color

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

This div background color is #229dda


#229dda Border Color

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

This div border color is #229dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #229dda


Comments

No comments written yet.

Please login to write comment.