Color Hex Logo

#47acec Color Hex

#47ACEC
(71,172,236)
0 Favorites   0 Comments

Color spaces of #47acec

RGB 71172236
HSL0.560.810.60
HSV203°70°93°
CMYK 0.700.270.00   0.07
XYZ32.491436.900884.7670
Yxy36.90080.21080.2394
Hunter Lab60.7460-10.8308-40.2130
CIE-Lab67.2025-9.0247-40.5337

#47acec color RGB value is (71,172,236).

#47acec hex color red value is 71, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #47acec hue: 0.56 , saturation: 0.81 and the lightness value of 47acec is 0.60.

The process color (four color CMYK) of #47acec color hex is 0.70, 0.27, 0.00, 0.07. Web safe color of #47acec is #3399ff. Color #47acec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101100 11101100
Octal 107 254 354
Decimal 71 172 236
Hex 47 AC EC

RGB Percentages of Color #47acec

%14.82
%35.91
%49.27

CMYK Percentages of Color #47acec

%70
%27
%0
%7

Triadic Colors of #47acec

#47acec #ec47ac #acec47

Analogous Colors of #47acec

#47acec #475aec #47ecda

Monochromatic Colors of #47acec

#47acec

Complementary Color

#47acec #ec8747

#47acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#47acec Color CSS Codes

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

#47acec Text Font Color

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

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


#47acec Background Color

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

This div background color is #47acec


#47acec Border Color

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

This div border color is #47acec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,172,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47acec


Comments

No comments written yet.

Please login to write comment.