Color Hex Logo

#20aef2 Color Hex

#20AEF2
(32,174,242)
0 Favorites   0 Comments

Color spaces of #20aef2

RGB 32174242
HSL0.550.890.54
HSV199°87°95°
CMYK 0.870.280.00   0.05
XYZ31.758736.990089.4703
Yxy36.99000.20070.2338
Hunter Lab60.8194-13.2248-44.6468
CIE-Lab67.2695-11.9614-43.7600

#20aef2 color RGB value is (32,174,242).

#20aef2 hex color red value is 32, green value is 174 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #20aef2 hue: 0.55 , saturation: 0.89 and the lightness value of 20aef2 is 0.54.

The process color (four color CMYK) of #20aef2 color hex is 0.87, 0.28, 0.00, 0.05. Web safe color of #20aef2 is #3399ff. Color #20aef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101110 11110010
Octal 40 256 362
Decimal 32 174 242
Hex 20 AE F2

RGB Percentages of Color #20aef2

%7.14
%38.84
%54.02

CMYK Percentages of Color #20aef2

%87
%28
%0
%5

Triadic Colors of #20aef2

#20aef2 #f220ae #aef220

Analogous Colors of #20aef2

#20aef2 #2045f2 #20f2cd

Monochromatic Colors of #20aef2

#20aef2

Complementary Color

#20aef2 #f26420

#20aef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aef2 Color CSS Codes

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

#20aef2 Text Font Color

<p style="color:#20aef2">Text here</p>

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


#20aef2 Background Color

<div style="background-color:#20aef2">
Div content here</div>

This div background color is #20aef2


#20aef2 Border Color

<div style="border:3px solid #20aef2">
Div here</div>

This div border color is #20aef2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,174,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20aef2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20aef2;
  -webkit-box-shadow: 1px 1px 3px 2px #20aef2;
  box-shadow:         1px 1px 3px 2px #20aef2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aef2


Comments

No comments written yet.

Please login to write comment.