Color Hex Logo

#21686e Color Hex

#21686E
(33,104,110)
0 Favorites   0 Comments

Color spaces of #21686e

RGB 33104110
HSL0.510.540.28
HSV185°70°43°
CMYK 0.700.050.00   0.57
XYZ8.392011.349816.5003
Yxy11.34980.23160.3132
Hunter Lab33.6895-14.4925-5.4562
CIE-Lab40.1635-19.4393-9.7951

#21686e color RGB value is (33,104,110).

#21686e hex color red value is 33, green value is 104 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #21686e hue: 0.51 , saturation: 0.54 and the lightness value of 21686e is 0.28.

The process color (four color CMYK) of #21686e color hex is 0.70, 0.05, 0.00, 0.57. Web safe color of #21686e is #336666. Color #21686e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101000 01101110
Octal 41 150 156
Decimal 33 104 110
Hex 21 68 6E

RGB Percentages of Color #21686e

%13.36
%42.11
%44.53

CMYK Percentages of Color #21686e

%70
%5
%0
%57

Triadic Colors of #21686e

#21686e #6e2168 #686e21

Analogous Colors of #21686e

#21686e #21426e #216e4e

Monochromatic Colors of #21686e

#21686e

Complementary Color

#21686e #6e2721

#21686e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21686e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21686e Color CSS Codes

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

#21686e Text Font Color

<p style="color:#21686e">Text here</p>

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


#21686e Background Color

<div style="background-color:#21686e">
Div content here</div>

This div background color is #21686e


#21686e Border Color

<div style="border:3px solid #21686e">
Div here</div>

This div border color is #21686e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,104,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21686e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21686e;
  -webkit-box-shadow: 1px 1px 3px 2px #21686e;
  box-shadow:         1px 1px 3px 2px #21686e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21686e


Comments

No comments written yet.

Please login to write comment.