Color Hex Logo

#21afde Color Hex

#21AFDE
(33,175,222)
0 Favorites   0 Comments

Color spaces of #21afde

RGB 33175222
HSL0.540.740.50
HSV195°85°87°
CMYK 0.850.210.00   0.13
XYZ29.142036.257274.5696
Yxy36.25720.20820.2590
Hunter Lab60.2140-18.9850-31.2756
CIE-Lab66.7160-19.3788-33.6774

#21afde color RGB value is (33,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101111 11011110
Octal 41 257 336
Decimal 33 175 222
Hex 21 AF DE

RGB Percentages of Color #21afde

%7.67
%40.70
%51.63

CMYK Percentages of Color #21afde

%85
%21
%0
%13

Triadic Colors of #21afde

#21afde #de21af #afde21

Analogous Colors of #21afde

#21afde #2150de #21deaf

Monochromatic Colors of #21afde

#21afde

Complementary Color

#21afde #de5021

#21afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#21afde Color CSS Codes

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

#21afde Text Font Color

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

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


#21afde Background Color

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

This div background color is #21afde


#21afde Border Color

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

This div border color is #21afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21afde


Comments

No comments written yet.

Please login to write comment.