Color Hex Logo

#217dec Color Hex

#217DEC
(33,125,236)
0 Favorites   0 Comments

Color spaces of #217dec

RGB 33125236
HSL0.590.840.53
HSV213°86°93°
CMYK 0.860.470.00   0.07
XYZ23.101121.046782.2017
Yxy21.04670.18280.1666
Hunter Lab45.87679.5991-74.1220
CIE-Lab53.000614.6174-63.1448

#217dec color RGB value is (33,125,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 11101100
Octal 41 175 354
Decimal 33 125 236
Hex 21 7D EC

RGB Percentages of Color #217dec

%8.38
%31.73
%59.90

CMYK Percentages of Color #217dec

%86
%47
%0
%7

Triadic Colors of #217dec

#217dec #ec217d #7dec21

Analogous Colors of #217dec

#217dec #2b21ec #21e3ec

Monochromatic Colors of #217dec

#217dec

Complementary Color

#217dec #ec9021

#217dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#217dec Color CSS Codes

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

#217dec Text Font Color

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

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


#217dec Background Color

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

This div background color is #217dec


#217dec Border Color

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

This div border color is #217dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217dec


Comments

No comments written yet.

Please login to write comment.