Color Hex Logo

#20aeca Color Hex

#20AECA
(32,174,202)
0 Favorites   0 Comments

Color spaces of #20aeca

RGB 32174202
HSL0.530.730.46
HSV190°84°79°
CMYK 0.840.140.00   0.21
XYZ26.392434.843461.2115
Yxy34.84340.21550.2846
Hunter Lab59.0283-23.4896-20.1631
CIE-Lab65.6266-25.6390-24.3293

#20aeca color RGB value is (32,174,202).

#20aeca hex color red value is 32, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #20aeca hue: 0.53 , saturation: 0.73 and the lightness value of 20aeca is 0.46.

The process color (four color CMYK) of #20aeca color hex is 0.84, 0.14, 0.00, 0.21. Web safe color of #20aeca is #3399cc. Color #20aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101110 11001010
Octal 40 256 312
Decimal 32 174 202
Hex 20 AE CA

RGB Percentages of Color #20aeca

%7.84
%42.65
%49.51

CMYK Percentages of Color #20aeca

%84
%14
%0
%21

Triadic Colors of #20aeca

#20aeca #ca20ae #aeca20

Analogous Colors of #20aeca

#20aeca #2059ca #20ca91

Monochromatic Colors of #20aeca

#20aeca

Complementary Color

#20aeca #ca3c20

#20aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aeca Color CSS Codes

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

#20aeca Text Font Color

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

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


#20aeca Background Color

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

This div background color is #20aeca


#20aeca Border Color

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

This div border color is #20aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aeca


Comments

No comments written yet.

Please login to write comment.