Color Hex Logo

#21aeef Color Hex

#21AEEF
(33,174,239)
0 Favorites   0 Comments

Color spaces of #21aeef

RGB 33174239
HSL0.550.870.53
HSV199°86°94°
CMYK 0.860.270.00   0.06
XYZ31.343236.827487.1178
Yxy36.82740.20180.2372
Hunter Lab60.6856-14.0072-42.6344
CIE-Lab67.1473-12.9545-42.3142

#21aeef color RGB value is (33,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101110 11101111
Octal 41 256 357
Decimal 33 174 239
Hex 21 AE EF

RGB Percentages of Color #21aeef

%7.40
%39.01
%53.59

CMYK Percentages of Color #21aeef

%86
%27
%0
%6

Triadic Colors of #21aeef

#21aeef #ef21ae #aeef21

Analogous Colors of #21aeef

#21aeef #2147ef #21efc9

Monochromatic Colors of #21aeef

#21aeef

Complementary Color

#21aeef #ef6221

#21aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#21aeef Color CSS Codes

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

#21aeef Text Font Color

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

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


#21aeef Background Color

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

This div background color is #21aeef


#21aeef Border Color

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

This div border color is #21aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21aeef


Comments

No comments written yet.

Please login to write comment.