Color Hex Logo

#21757d Color Hex

#21757D
(33,117,125)
0 Favorites   0 Comments

Color spaces of #21757d

RGB 33117125
HSL0.510.580.31
HSV185°74°49°
CMYK 0.740.060.00   0.51
XYZ10.690214.526621.6425
Yxy14.52660.22810.3100
Hunter Lab38.1138-16.6332-6.9875
CIE-Lab44.9789-21.4870-11.5842

#21757d color RGB value is (33,117,125).

#21757d hex color red value is 33, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #21757d hue: 0.51 , saturation: 0.58 and the lightness value of 21757d is 0.31.

The process color (four color CMYK) of #21757d color hex is 0.74, 0.06, 0.00, 0.51. Web safe color of #21757d is #336666. Color #21757d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110101 01111101
Octal 41 165 175
Decimal 33 117 125
Hex 21 75 7D

RGB Percentages of Color #21757d

%12.00
%42.55
%45.45

CMYK Percentages of Color #21757d

%74
%6
%0
%51

Triadic Colors of #21757d

#21757d #7d2175 #757d21

Analogous Colors of #21757d

#21757d #21477d #217d57

Monochromatic Colors of #21757d

#21757d

Complementary Color

#21757d #7d2921

#21757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21757d Color CSS Codes

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

#21757d Text Font Color

<p style="color:#21757d">Text here</p>

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


#21757d Background Color

<div style="background-color:#21757d">
Div content here</div>

This div background color is #21757d


#21757d Border Color

<div style="border:3px solid #21757d">
Div here</div>

This div border color is #21757d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,117,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21757d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21757d;
  -webkit-box-shadow: 1px 1px 3px 2px #21757d;
  box-shadow:         1px 1px 3px 2px #21757d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21757d


Comments

No comments written yet.

Please login to write comment.