Color Hex Logo

#217dba Color Hex

#217DBA
(33,125,186)
0 Favorites   0 Comments

Color spaces of #217dba

RGB 33125186
HSL0.570.700.43
HSV204°82°73°
CMYK 0.820.330.00   0.27
XYZ16.823718.535749.1454
Yxy18.53570.19910.2193
Hunter Lab43.0531-5.5912-37.5427
CIE-Lab50.1395-4.3484-39.3825

#217dba color RGB value is (33,125,186).

#217dba hex color red value is 33, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #217dba hue: 0.57 , saturation: 0.70 and the lightness value of 217dba is 0.43.

The process color (four color CMYK) of #217dba color hex is 0.82, 0.33, 0.00, 0.27. Web safe color of #217dba is #3366cc. Color #217dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 10111010
Octal 41 175 272
Decimal 33 125 186
Hex 21 7D BA

RGB Percentages of Color #217dba

%9.59
%36.34
%54.07

CMYK Percentages of Color #217dba

%82
%33
%0
%27

Triadic Colors of #217dba

#217dba #ba217d #7dba21

Analogous Colors of #217dba

#217dba #2131ba #21baab

Monochromatic Colors of #217dba

#217dba

Complementary Color

#217dba #ba5e21

#217dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#217dba Color CSS Codes

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

#217dba Text Font Color

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

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


#217dba Background Color

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

This div background color is #217dba


#217dba Border Color

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

This div border color is #217dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,125,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217dba


Comments

No comments written yet.

Please login to write comment.