Color Hex Logo

#21addf Color Hex

#21ADDF
(33,173,223)
0 Favorites   0 Comments

Color spaces of #21addf

RGB 33173223
HSL0.540.750.50
HSV196°85°87°
CMYK 0.850.220.00   0.13
XYZ28.890135.538275.1489
Yxy35.53820.20700.2546
Hunter Lab59.6139-17.8197-33.0108
CIE-Lab66.1656-17.9806-35.0818

#21addf color RGB value is (33,173,223).

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

The process color (four color CMYK) of #21addf color hex is 0.85, 0.22, 0.00, 0.13. Web safe color of #21addf is #3399cc. Color #21addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 11011111
Octal 41 255 337
Decimal 33 173 223
Hex 21 AD DF

RGB Percentages of Color #21addf

%7.69
%40.33
%51.98

CMYK Percentages of Color #21addf

%85
%22
%0
%13

Triadic Colors of #21addf

#21addf #df21ad #addf21

Analogous Colors of #21addf

#21addf #214edf #21dfb2

Monochromatic Colors of #21addf

#21addf

Complementary Color

#21addf #df5321

#21addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#21addf Color CSS Codes

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

#21addf Text Font Color

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

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


#21addf Background Color

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

This div background color is #21addf


#21addf Border Color

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

This div border color is #21addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21addf


Comments

No comments written yet.

Please login to write comment.