Color Hex Logo

#47adec Color Hex

#47ADEC
(71,173,236)
0 Favorites   0 Comments

Color spaces of #47adec

RGB 71173236
HSL0.560.810.60
HSV203°70°93°
CMYK 0.700.270.00   0.07
XYZ32.682437.282984.8306
Yxy37.28290.21110.2409
Hunter Lab61.0597-11.3119-39.6301
CIE-Lab67.4887-9.5746-40.0862

#47adec color RGB value is (71,173,236).

#47adec hex color red value is 71, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #47adec hue: 0.56 , saturation: 0.81 and the lightness value of 47adec is 0.60.

The process color (four color CMYK) of #47adec color hex is 0.70, 0.27, 0.00, 0.07. Web safe color of #47adec is #3399ff. Color #47adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 11101100
Octal 107 255 354
Decimal 71 173 236
Hex 47 AD EC

RGB Percentages of Color #47adec

%14.79
%36.04
%49.17

CMYK Percentages of Color #47adec

%70
%27
%0
%7

Triadic Colors of #47adec

#47adec #ec47ad #adec47

Analogous Colors of #47adec

#47adec #475aec #47ecd9

Monochromatic Colors of #47adec

#47adec

Complementary Color

#47adec #ec8647

#47adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adec Color CSS Codes

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

#47adec Text Font Color

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

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


#47adec Background Color

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

This div background color is #47adec


#47adec Border Color

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

This div border color is #47adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adec


Comments

No comments written yet.

Please login to write comment.