Color Hex Logo

#2186dd Color Hex

#2186DD
(33,134,221)
0 Favorites   0 Comments

Color spaces of #2186dd

RGB 33134221
HSL0.580.740.50
HSV208°85°87°
CMYK 0.850.390.00   0.13
XYZ22.203422.594071.5974
Yxy22.59400.19080.1941
Hunter Lab47.53310.1969-56.0331
CIE-Lab54.65173.4053-52.1039

#2186dd color RGB value is (33,134,221).

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

The process color (four color CMYK) of #2186dd color hex is 0.85, 0.39, 0.00, 0.13. Web safe color of #2186dd is #3399cc. Color #2186dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000110 11011101
Octal 41 206 335
Decimal 33 134 221
Hex 21 86 DD

RGB Percentages of Color #2186dd

%8.51
%34.54
%56.96

CMYK Percentages of Color #2186dd

%85
%39
%0
%13

Triadic Colors of #2186dd

#2186dd #dd2186 #86dd21

Analogous Colors of #2186dd

#2186dd #2128dd #21ddd6

Monochromatic Colors of #2186dd

#2186dd

Complementary Color

#2186dd #dd7821

#2186dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2186dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2186dd Color CSS Codes

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

#2186dd Text Font Color

<p style="color:#2186dd">Text here</p>

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


#2186dd Background Color

<div style="background-color:#2186dd">
Div content here</div>

This div background color is #2186dd


#2186dd Border Color

<div style="border:3px solid #2186dd">
Div here</div>

This div border color is #2186dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2186dd


Comments

No comments written yet.

Please login to write comment.