Color Hex Logo

#217fec Color Hex

#217FEC
(33,127,236)
0 Favorites   0 Comments

Color spaces of #217fec

RGB 33127236
HSL0.590.840.53
HSV212°86°93°
CMYK 0.860.460.00   0.07
XYZ23.356921.558282.2870
Yxy21.55820.18360.1695
Hunter Lab46.43088.5401-72.5751
CIE-Lab53.555113.3748-62.2517

#217fec color RGB value is (33,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111111 11101100
Octal 41 177 354
Decimal 33 127 236
Hex 21 7F EC

RGB Percentages of Color #217fec

%8.33
%32.07
%59.60

CMYK Percentages of Color #217fec

%86
%46
%0
%7

Triadic Colors of #217fec

#217fec #ec217f #7fec21

Analogous Colors of #217fec

#217fec #2921ec #21e5ec

Monochromatic Colors of #217fec

#217fec

Complementary Color

#217fec #ec8e21

#217fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#217fec Color CSS Codes

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

#217fec Text Font Color

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

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


#217fec Background Color

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

This div background color is #217fec


#217fec Border Color

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

This div border color is #217fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217fec


Comments

No comments written yet.

Please login to write comment.