Color Hex Logo

#217feb Color Hex

#217FEB
(33,127,235)
0 Favorites   0 Comments

Color spaces of #217feb

RGB 33127235
HSL0.590.830.53
HSV212°86°92°
CMYK 0.860.460.00   0.08
XYZ23.212021.500281.5238
Yxy21.50020.18390.1703
Hunter Lab46.36838.2127-71.7846
CIE-Lab53.492612.9949-61.7944

#217feb color RGB value is (33,127,235).

#217feb hex color red value is 33, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #217feb hue: 0.59 , saturation: 0.83 and the lightness value of 217feb is 0.53.

The process color (four color CMYK) of #217feb color hex is 0.86, 0.46, 0.00, 0.08. Web safe color of #217feb is #3366ff. Color #217feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111111 11101011
Octal 41 177 353
Decimal 33 127 235
Hex 21 7F EB

RGB Percentages of Color #217feb

%8.35
%32.15
%59.49

CMYK Percentages of Color #217feb

%86
%46
%0
%8

Triadic Colors of #217feb

#217feb #eb217f #7feb21

Analogous Colors of #217feb

#217feb #2821eb #21e4eb

Monochromatic Colors of #217feb

#217feb

Complementary Color

#217feb #eb8d21

#217feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#217feb Color CSS Codes

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

#217feb Text Font Color

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

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


#217feb Background Color

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

This div background color is #217feb


#217feb Border Color

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

This div border color is #217feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217feb


Comments

No comments written yet.

Please login to write comment.