Color Hex Logo

#217bdf Color Hex

#217BDF
(33,123,223)
0 Favorites   0 Comments

Color spaces of #217bdf

RGB 33123223
HSL0.590.750.50
HSV212°85°87°
CMYK 0.850.450.00   0.13
XYZ21.029419.817072.5287
Yxy19.81700.18550.1748
Hunter Lab44.51636.4195-65.4375
CIE-Lab51.629710.9051-58.0651

#217bdf color RGB value is (33,123,223).

#217bdf hex color red value is 33, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #217bdf hue: 0.59 , saturation: 0.75 and the lightness value of 217bdf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111011 11011111
Octal 41 173 337
Decimal 33 123 223
Hex 21 7B DF

RGB Percentages of Color #217bdf

%8.71
%32.45
%58.84

CMYK Percentages of Color #217bdf

%85
%45
%0
%13

Triadic Colors of #217bdf

#217bdf #df217b #7bdf21

Analogous Colors of #217bdf

#217bdf #2621df #21dadf

Monochromatic Colors of #217bdf

#217bdf

Complementary Color

#217bdf #df8521

#217bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#217bdf Color CSS Codes

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

#217bdf Text Font Color

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

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


#217bdf Background Color

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

This div background color is #217bdf


#217bdf Border Color

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

This div border color is #217bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217bdf


Comments

No comments written yet.

Please login to write comment.