Color Hex Logo

#21688a Color Hex

#21688A
(33,104,138)
0 Favorites   0 Comments

Color spaces of #21688a

RGB 33104138
HSL0.550.610.34
HSV199°76°54°
CMYK 0.760.250.00   0.46
XYZ10.165012.058925.8366
Yxy12.05890.21150.2509
Hunter Lab34.7259-8.5197-19.8045
CIE-Lab41.3096-9.6902-25.0097

#21688a color RGB value is (33,104,138).

#21688a hex color red value is 33, green value is 104 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #21688a hue: 0.55 , saturation: 0.61 and the lightness value of 21688a is 0.34.

The process color (four color CMYK) of #21688a color hex is 0.76, 0.25, 0.00, 0.46. Web safe color of #21688a is #336699. Color #21688a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101000 10001010
Octal 41 150 212
Decimal 33 104 138
Hex 21 68 8A

RGB Percentages of Color #21688a

%12.00
%37.82
%50.18

CMYK Percentages of Color #21688a

%76
%25
%0
%46

Triadic Colors of #21688a

#21688a #8a2168 #688a21

Analogous Colors of #21688a

#21688a #21338a #218a78

Monochromatic Colors of #21688a

#21688a

Complementary Color

#21688a #8a4321

#21688a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21688a Color Preview on White Background

Lorem ipsum dolor sit amet.

#21688a Color CSS Codes

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

#21688a Text Font Color

<p style="color:#21688a">Text here</p>

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


#21688a Background Color

<div style="background-color:#21688a">
Div content here</div>

This div background color is #21688a


#21688a Border Color

<div style="border:3px solid #21688a">
Div here</div>

This div border color is #21688a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21688a


Comments

No comments written yet.

Please login to write comment.