Color Hex Logo

#2196ec Color Hex

#2196EC
(33,150,236)
0 Favorites   0 Comments

Color spaces of #2196ec

RGB 33150236
HSL0.570.840.53
HSV205°86°93°
CMYK 0.860.360.00   0.07
XYZ26.673928.192283.3926
Yxy28.19220.19290.2039
Hunter Lab53.0963-3.2459-55.9529
CIE-Lab60.0620-0.4981-51.8452

#2196ec color RGB value is (33,150,236).

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

The process color (four color CMYK) of #2196ec color hex is 0.86, 0.36, 0.00, 0.07. Web safe color of #2196ec is #3399ff. Color #2196ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10010110 11101100
Octal 41 226 354
Decimal 33 150 236
Hex 21 96 EC

RGB Percentages of Color #2196ec

%7.88
%35.80
%56.32

CMYK Percentages of Color #2196ec

%86
%36
%0
%7

Triadic Colors of #2196ec

#2196ec #ec2196 #96ec21

Analogous Colors of #2196ec

#2196ec #2131ec #21ecdd

Monochromatic Colors of #2196ec

#2196ec

Complementary Color

#2196ec #ec7721

#2196ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2196ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2196ec Color CSS Codes

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

#2196ec Text Font Color

<p style="color:#2196ec">Text here</p>

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


#2196ec Background Color

<div style="background-color:#2196ec">
Div content here</div>

This div background color is #2196ec


#2196ec Border Color

<div style="border:3px solid #2196ec">
Div here</div>

This div border color is #2196ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2196ec


Comments

No comments written yet.

Please login to write comment.