Color Hex Logo

#47adca Color Hex

#47ADCA
(71,173,202)
0 Favorites   0 Comments

Color spaces of #47adca

RGB 71173202
HSL0.540.550.54
HSV193°65°79°
CMYK 0.650.140.00   0.21
XYZ28.202835.491061.2411
Yxy35.49100.22570.2841
Hunter Lab59.5743-19.7522-19.2468
CIE-Lab66.1292-20.5111-23.4893

#47adca color RGB value is (71,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 11001010
Octal 107 255 312
Decimal 71 173 202
Hex 47 AD CA

RGB Percentages of Color #47adca

%15.92
%38.79
%45.29

CMYK Percentages of Color #47adca

%65
%14
%0
%21

Triadic Colors of #47adca

#47adca #ca47ad #adca47

Analogous Colors of #47adca

#47adca #476cca #47caa6

Monochromatic Colors of #47adca

#47adca

Complementary Color

#47adca #ca6447

#47adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adca Color CSS Codes

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

#47adca Text Font Color

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

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


#47adca Background Color

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

This div background color is #47adca


#47adca Border Color

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

This div border color is #47adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adca


Comments

No comments written yet.

Please login to write comment.