Color Hex Logo

#21afee Color Hex

#21AFEE
(33,175,238)
0 Favorites   0 Comments

Color spaces of #21afee

RGB 33175238
HSL0.550.860.53
HSV198°86°93°
CMYK 0.860.260.00   0.07
XYZ31.389837.156386.4064
Yxy37.15630.20260.2398
Hunter Lab60.9560-14.7528-41.3757
CIE-Lab67.3941-13.8471-41.3819

#21afee color RGB value is (33,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101111 11101110
Octal 41 257 356
Decimal 33 175 238
Hex 21 AF EE

RGB Percentages of Color #21afee

%7.40
%39.24
%53.36

CMYK Percentages of Color #21afee

%86
%26
%0
%7

Triadic Colors of #21afee

#21afee #ee21af #afee21

Analogous Colors of #21afee

#21afee #2149ee #21eec7

Monochromatic Colors of #21afee

#21afee

Complementary Color

#21afee #ee6021

#21afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#21afee Color CSS Codes

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

#21afee Text Font Color

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

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


#21afee Background Color

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

This div background color is #21afee


#21afee Border Color

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

This div border color is #21afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21afee


Comments

No comments written yet.

Please login to write comment.