Color Hex Logo

#219dda Color Hex

#219DDA
(33,157,218)
0 Favorites   0 Comments

Color spaces of #219dda

RGB 33157218
HSL0.550.740.49
HSV200°85°85°
CMYK 0.850.280.00   0.15
XYZ25.339129.499270.6881
Yxy29.49920.20190.2350
Hunter Lab54.3132-11.7712-39.1462
CIE-Lab61.2197-11.0424-40.0403

#219dda color RGB value is (33,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011101 11011010
Octal 41 235 332
Decimal 33 157 218
Hex 21 9D DA

RGB Percentages of Color #219dda

%8.09
%38.48
%53.43

CMYK Percentages of Color #219dda

%85
%28
%0
%15

Triadic Colors of #219dda

#219dda #da219d #9dda21

Analogous Colors of #219dda

#219dda #2141da #21dabb

Monochromatic Colors of #219dda

#219dda

Complementary Color

#219dda #da5e21

#219dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#219dda Color CSS Codes

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

#219dda Text Font Color

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

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


#219dda Background Color

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

This div background color is #219dda


#219dda Border Color

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

This div border color is #219dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,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 #219dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219dda


Comments

No comments written yet.

Please login to write comment.