Color Hex Logo

#21abad Color Hex

#21ABAD
(33,171,173)
0 Favorites   0 Comments

Color spaces of #21abad

RGB 33171173
HSL0.500.680.40
HSV181°81°68°
CMYK 0.810.010.00   0.32
XYZ22.732932.466344.6036
Yxy32.46630.22780.3253
Hunter Lab56.9792-28.4978-6.5271
CIE-Lab63.7264-33.2814-11.0772

#21abad color RGB value is (33,171,173).

#21abad hex color red value is 33, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #21abad hue: 0.50 , saturation: 0.68 and the lightness value of 21abad is 0.40.

The process color (four color CMYK) of #21abad color hex is 0.81, 0.01, 0.00, 0.32. Web safe color of #21abad is #339999. Color #21abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101011 10101101
Octal 41 253 255
Decimal 33 171 173
Hex 21 AB AD

RGB Percentages of Color #21abad

%8.75
%45.36
%45.89

CMYK Percentages of Color #21abad

%81
%1
%0
%32

Triadic Colors of #21abad

#21abad #ad21ab #abad21

Analogous Colors of #21abad

#21abad #2165ad #21ad69

Monochromatic Colors of #21abad

#21abad

Complementary Color

#21abad #ad2321

#21abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#21abad Color CSS Codes

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

#21abad Text Font Color

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

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


#21abad Background Color

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

This div background color is #21abad


#21abad Border Color

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

This div border color is #21abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21abad


Comments

No comments written yet.

Please login to write comment.