Color Hex Logo

#20aefc Color Hex

#20AEFC
(32,174,252)
0 Favorites   0 Comments

Color spaces of #20aefc

RGB 32174252
HSL0.560.970.56
HSV201°87°99°
CMYK 0.870.310.00   0.01
XYZ33.302437.607597.5992
Yxy37.60750.19760.2232
Hunter Lab61.3250-10.3846-51.4331
CIE-Lab67.7303-8.4148-48.4751

#20aefc color RGB value is (32,174,252).

#20aefc hex color red value is 32, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #20aefc hue: 0.56 , saturation: 0.97 and the lightness value of 20aefc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101110 11111100
Octal 40 256 374
Decimal 32 174 252
Hex 20 AE FC

RGB Percentages of Color #20aefc

%6.99
%37.99
%55.02

CMYK Percentages of Color #20aefc

%87
%31
%0
%1

Triadic Colors of #20aefc

#20aefc #fc20ae #aefc20

Analogous Colors of #20aefc

#20aefc #2040fc #20fcdc

Monochromatic Colors of #20aefc

#20aefc

Complementary Color

#20aefc #fc6e20

#20aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aefc Color CSS Codes

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

#20aefc Text Font Color

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

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


#20aefc Background Color

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

This div background color is #20aefc


#20aefc Border Color

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

This div border color is #20aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aefc


Comments

No comments written yet.

Please login to write comment.