Color Hex Logo

#47acdd Color Hex

#47ACDD
(71,172,221)
0 Favorites   0 Comments

Color spaces of #47acdd

RGB 71172221
HSL0.550.690.57
HSV200°68°87°
CMYK 0.680.220.00   0.13
XYZ30.402236.065173.7655
Yxy36.06510.21680.2572
Hunter Lab60.0542-14.7300-30.7888
CIE-Lab66.5696-13.9565-33.2938

#47acdd color RGB value is (71,172,221).

#47acdd hex color red value is 71, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #47acdd hue: 0.55 , saturation: 0.69 and the lightness value of 47acdd is 0.57.

The process color (four color CMYK) of #47acdd color hex is 0.68, 0.22, 0.00, 0.13. Web safe color of #47acdd is #3399cc. Color #47acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101100 11011101
Octal 107 254 335
Decimal 71 172 221
Hex 47 AC DD

RGB Percentages of Color #47acdd

%15.30
%37.07
%47.63

CMYK Percentages of Color #47acdd

%68
%22
%0
%13

Triadic Colors of #47acdd

#47acdd #dd47ac #acdd47

Analogous Colors of #47acdd

#47acdd #4761dd #47ddc3

Monochromatic Colors of #47acdd

#47acdd

Complementary Color

#47acdd #dd7847

#47acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47acdd Color CSS Codes

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

#47acdd Text Font Color

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

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


#47acdd Background Color

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

This div background color is #47acdd


#47acdd Border Color

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

This div border color is #47acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47acdd


Comments

No comments written yet.

Please login to write comment.