Color Hex Logo

#216cda Color Hex

#216CDA
(33,108,218)
0 Favorites   0 Comments

Color spaces of #216cda

RGB 33108218
HSL0.600.740.49
HSV216°85°85°
CMYK 0.850.500.00   0.15
XYZ18.644716.110468.4566
Yxy16.11040.18060.1561
Hunter Lab40.137812.6753-73.0251
CIE-Lab47.119018.4551-62.5101

#216cda color RGB value is (33,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101100 11011010
Octal 41 154 332
Decimal 33 108 218
Hex 21 6C DA

RGB Percentages of Color #216cda

%9.19
%30.08
%60.72

CMYK Percentages of Color #216cda

%85
%50
%0
%15

Triadic Colors of #216cda

#216cda #da216c #6cda21

Analogous Colors of #216cda

#216cda #3221da #21c9da

Monochromatic Colors of #216cda

#216cda

Complementary Color

#216cda #da8f21

#216cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#216cda Color CSS Codes

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

#216cda Text Font Color

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

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


#216cda Background Color

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

This div background color is #216cda


#216cda Border Color

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

This div border color is #216cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216cda


Comments

No comments written yet.

Please login to write comment.