Color Hex Logo

#47aeca Color Hex

#47AECA
(71,174,202)
0 Favorites   0 Comments

Color spaces of #47aeca

RGB 71174202
HSL0.540.550.54
HSV193°65°79°
CMYK 0.650.140.00   0.21
XYZ28.395335.876061.3053
Yxy35.87600.22610.2857
Hunter Lab59.8966-20.1971-18.7569
CIE-Lab66.4251-21.0295-23.0368

#47aeca color RGB value is (71,174,202).

#47aeca hex color red value is 71, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #47aeca hue: 0.54 , saturation: 0.55 and the lightness value of 47aeca is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101110 11001010
Octal 107 256 312
Decimal 71 174 202
Hex 47 AE CA

RGB Percentages of Color #47aeca

%15.88
%38.93
%45.19

CMYK Percentages of Color #47aeca

%65
%14
%0
%21

Triadic Colors of #47aeca

#47aeca #ca47ae #aeca47

Analogous Colors of #47aeca

#47aeca #476dca #47caa5

Monochromatic Colors of #47aeca

#47aeca

Complementary Color

#47aeca #ca6347

#47aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aeca Color CSS Codes

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

#47aeca Text Font Color

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

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


#47aeca Background Color

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

This div background color is #47aeca


#47aeca Border Color

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

This div border color is #47aeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,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 #47aeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aeca


Comments

No comments written yet.

Please login to write comment.