Color Hex Logo

#21adbd Color Hex

#21ADBD
(33,173,189)
0 Favorites   0 Comments

Color spaces of #21adbd

RGB 33173189
HSL0.520.700.44
HSV186°83°74°
CMYK 0.830.080.00   0.26
XYZ24.756133.884653.3797
Yxy33.88460.22100.3025
Hunter Lab58.2105-25.9548-13.6223
CIE-Lab64.8709-29.2673-18.2688

#21adbd color RGB value is (33,173,189).

#21adbd hex color red value is 33, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #21adbd hue: 0.52 , saturation: 0.70 and the lightness value of 21adbd is 0.44.

The process color (four color CMYK) of #21adbd color hex is 0.83, 0.08, 0.00, 0.26. Web safe color of #21adbd is #3399cc. Color #21adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 10111101
Octal 41 255 275
Decimal 33 173 189
Hex 21 AD BD

RGB Percentages of Color #21adbd

%8.35
%43.80
%47.85

CMYK Percentages of Color #21adbd

%83
%8
%0
%26

Triadic Colors of #21adbd

#21adbd #bd21ad #adbd21

Analogous Colors of #21adbd

#21adbd #215fbd #21bd7f

Monochromatic Colors of #21adbd

#21adbd

Complementary Color

#21adbd #bd3121

#21adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21adbd Color CSS Codes

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

#21adbd Text Font Color

<p style="color:#21adbd">Text here</p>

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


#21adbd Background Color

<div style="background-color:#21adbd">
Div content here</div>

This div background color is #21adbd


#21adbd Border Color

<div style="border:3px solid #21adbd">
Div here</div>

This div border color is #21adbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,173,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21adbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21adbd;
  -webkit-box-shadow: 1px 1px 3px 2px #21adbd;
  box-shadow:         1px 1px 3px 2px #21adbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21adbd


Comments

No comments written yet.

Please login to write comment.