Color Hex Logo

#47abca Color Hex

#47ABCA
(71,171,202)
0 Favorites   0 Comments

Color spaces of #47abca

RGB 71171202
HSL0.540.550.54
HSV194°65°79°
CMYK 0.650.150.00   0.21
XYZ27.822134.729761.1142
Yxy34.72970.22500.2808
Hunter Lab58.9319-18.8599-20.2332
CIE-Lab65.5377-19.4689-24.3950

#47abca color RGB value is (71,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101011 11001010
Octal 107 253 312
Decimal 71 171 202
Hex 47 AB CA

RGB Percentages of Color #47abca

%15.99
%38.51
%45.50

CMYK Percentages of Color #47abca

%65
%15
%0
%21

Triadic Colors of #47abca

#47abca #ca47ab #abca47

Analogous Colors of #47abca

#47abca #476aca #47caa8

Monochromatic Colors of #47abca

#47abca

Complementary Color

#47abca #ca6647

#47abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#47abca Color CSS Codes

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

#47abca Text Font Color

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

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


#47abca Background Color

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

This div background color is #47abca


#47abca Border Color

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

This div border color is #47abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47abca


Comments

No comments written yet.

Please login to write comment.