Color Hex Logo

#217dda Color Hex

#217DDA
(33,125,218)
0 Favorites   0 Comments

Color spaces of #217dda

RGB 33125218
HSL0.580.740.49
HSV210°85°85°
CMYK 0.850.430.00   0.15
XYZ20.615720.052569.1136
Yxy20.05250.18780.1827
Hunter Lab44.78003.8123-60.1623
CIE-Lab51.89657.7587-54.8193

#217dda color RGB value is (33,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 11011010
Octal 41 175 332
Decimal 33 125 218
Hex 21 7D DA

RGB Percentages of Color #217dda

%8.78
%33.24
%57.98

CMYK Percentages of Color #217dda

%85
%43
%0
%15

Triadic Colors of #217dda

#217dda #da217d #7dda21

Analogous Colors of #217dda

#217dda #2121da #21dada

Monochromatic Colors of #217dda

#217dda

Complementary Color

#217dda #da7e21

#217dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#217dda Color CSS Codes

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

#217dda Text Font Color

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

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


#217dda Background Color

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

This div background color is #217dda


#217dda Border Color

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

This div border color is #217dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217dda


Comments

No comments written yet.

Please login to write comment.