Color Hex Logo

#47afdf Color Hex

#47AFDF
(71,175,223)
0 Favorites   0 Comments

Color spaces of #47afdf

RGB 71175223
HSL0.550.700.58
HSV199°68°87°
CMYK 0.680.220.00   0.13
XYZ31.247837.327375.3700
Yxy37.32730.21710.2593
Hunter Lab61.0961-15.6237-30.3747
CIE-Lab67.5219-14.9196-32.9165

#47afdf color RGB value is (71,175,223).

#47afdf hex color red value is 71, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #47afdf hue: 0.55 , saturation: 0.70 and the lightness value of 47afdf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11011111
Octal 107 257 337
Decimal 71 175 223
Hex 47 AF DF

RGB Percentages of Color #47afdf

%15.14
%37.31
%47.55

CMYK Percentages of Color #47afdf

%68
%22
%0
%13

Triadic Colors of #47afdf

#47afdf #df47af #afdf47

Analogous Colors of #47afdf

#47afdf #4763df #47dfc3

Monochromatic Colors of #47afdf

#47afdf

Complementary Color

#47afdf #df7747

#47afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afdf Color CSS Codes

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

#47afdf Text Font Color

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

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


#47afdf Background Color

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

This div background color is #47afdf


#47afdf Border Color

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

This div border color is #47afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afdf


Comments

No comments written yet.

Please login to write comment.