Color Hex Logo

#21afe9 Color Hex

#21AFE9
(33,175,233)
0 Favorites   0 Comments

Color spaces of #21afe9

RGB 33175233
HSL0.550.820.52
HSV197°86°91°
CMYK 0.860.250.00   0.09
XYZ30.665236.866582.5905
Yxy36.86650.20430.2456
Hunter Lab60.7178-16.1056-38.1459
CIE-Lab67.1768-15.5902-38.9898

#21afe9 color RGB value is (33,175,233).

#21afe9 hex color red value is 33, green value is 175 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #21afe9 hue: 0.55 , saturation: 0.82 and the lightness value of 21afe9 is 0.52.

The process color (four color CMYK) of #21afe9 color hex is 0.86, 0.25, 0.00, 0.09. Web safe color of #21afe9 is #3399ff. Color #21afe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101111 11101001
Octal 41 257 351
Decimal 33 175 233
Hex 21 AF E9

RGB Percentages of Color #21afe9

%7.48
%39.68
%52.83

CMYK Percentages of Color #21afe9

%86
%25
%0
%9

Triadic Colors of #21afe9

#21afe9 #e921af #afe921

Analogous Colors of #21afe9

#21afe9 #214be9 #21e9bf

Monochromatic Colors of #21afe9

#21afe9

Complementary Color

#21afe9 #e95b21

#21afe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21afe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21afe9 Color CSS Codes

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

#21afe9 Text Font Color

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

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


#21afe9 Background Color

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

This div background color is #21afe9


#21afe9 Border Color

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

This div border color is #21afe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21afe9


Comments

No comments written yet.

Please login to write comment.