Color Hex Logo

#21677b Color Hex

#21677B
(33,103,123)
0 Favorites   0 Comments

Color spaces of #21677b

RGB 33103123
HSL0.540.580.31
HSV193°73°48°
CMYK 0.730.160.00   0.52
XYZ9.052611.453920.4726
Yxy11.45390.22090.2795
Hunter Lab33.8436-11.4806-12.1750
CIE-Lab40.3347-14.4821-17.4492

#21677b color RGB value is (33,103,123).

#21677b hex color red value is 33, green value is 103 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #21677b hue: 0.54 , saturation: 0.58 and the lightness value of 21677b is 0.31.

The process color (four color CMYK) of #21677b color hex is 0.73, 0.16, 0.00, 0.52. Web safe color of #21677b is #336666. Color #21677b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100111 01111011
Octal 41 147 173
Decimal 33 103 123
Hex 21 67 7B

RGB Percentages of Color #21677b

%12.74
%39.77
%47.49

CMYK Percentages of Color #21677b

%73
%16
%0
%52

Triadic Colors of #21677b

#21677b #7b2167 #677b21

Analogous Colors of #21677b

#21677b #213a7b #217b62

Monochromatic Colors of #21677b

#21677b

Complementary Color

#21677b #7b3521

#21677b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21677b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21677b Color CSS Codes

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

#21677b Text Font Color

<p style="color:#21677b">Text here</p>

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


#21677b Background Color

<div style="background-color:#21677b">
Div content here</div>

This div background color is #21677b


#21677b Border Color

<div style="border:3px solid #21677b">
Div here</div>

This div border color is #21677b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,103,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21677b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21677b;
  -webkit-box-shadow: 1px 1px 3px 2px #21677b;
  box-shadow:         1px 1px 3px 2px #21677b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21677b


Comments

No comments written yet.

Please login to write comment.