Color Hex Logo

#47afcd Color Hex

#47AFCD
(71,175,205)
0 Favorites   0 Comments

Color spaces of #47afcd

RGB 71175205
HSL0.540.570.54
HSV193°65°80°
CMYK 0.650.150.00   0.20
XYZ28.948036.407363.2592
Yxy36.40730.22510.2831
Hunter Lab60.3385-19.9551-19.9231
CIE-Lab66.8300-20.6200-24.0749

#47afcd color RGB value is (71,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11001101
Octal 107 257 315
Decimal 71 175 205
Hex 47 AF CD

RGB Percentages of Color #47afcd

%15.74
%38.80
%45.45

CMYK Percentages of Color #47afcd

%65
%15
%0
%20

Triadic Colors of #47afcd

#47afcd #cd47af #afcd47

Analogous Colors of #47afcd

#47afcd #476ccd #47cda8

Monochromatic Colors of #47afcd

#47afcd

Complementary Color

#47afcd #cd6547

#47afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afcd Color CSS Codes

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

#47afcd Text Font Color

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

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


#47afcd Background Color

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

This div background color is #47afcd


#47afcd Border Color

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

This div border color is #47afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afcd


Comments

No comments written yet.

Please login to write comment.