Color Hex Logo

#216add Color Hex

#216ADD
(33,106,221)
0 Favorites   0 Comments

Color spaces of #216add

RGB 33106221
HSL0.600.740.50
HSV217°85°87°
CMYK 0.850.520.00   0.13
XYZ18.832415.851970.4738
Yxy15.85190.17910.1507
Hunter Lab39.814414.7560-77.0765
CIE-Lab46.779620.8898-64.7619

#216add color RGB value is (33,106,221).

#216add hex color red value is 33, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #216add hue: 0.60 , saturation: 0.74 and the lightness value of 216add is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101010 11011101
Octal 41 152 335
Decimal 33 106 221
Hex 21 6A DD

RGB Percentages of Color #216add

%9.17
%29.44
%61.39

CMYK Percentages of Color #216add

%85
%52
%0
%13

Triadic Colors of #216add

#216add #dd216a #6add21

Analogous Colors of #216add

#216add #3621dd #21c8dd

Monochromatic Colors of #216add

#216add

Complementary Color

#216add #dd9421

#216add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216add Color Preview on White Background

Lorem ipsum dolor sit amet.

#216add Color CSS Codes

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

#216add Text Font Color

<p style="color:#216add">Text here</p>

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


#216add Background Color

<div style="background-color:#216add">
Div content here</div>

This div background color is #216add


#216add Border Color

<div style="border:3px solid #216add">
Div here</div>

This div border color is #216add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,106,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #216add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #216add;
  -webkit-box-shadow: 1px 1px 3px 2px #216add;
  box-shadow:         1px 1px 3px 2px #216add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216add


Comments

No comments written yet.

Please login to write comment.