Color Hex Logo

#47bdec Color Hex

#47BDEC
(71,189,236)
0 Favorites   0 Comments

Color spaces of #47bdec

RGB 71189236
HSL0.550.810.60
HSV197°70°93°
CMYK 0.700.200.00   0.07
XYZ35.936543.790985.9153
Yxy43.79090.21700.2644
Hunter Lab66.1747-18.8704-30.6545
CIE-Lab72.0885-18.1412-32.9367

#47bdec color RGB value is (71,189,236).

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

The process color (four color CMYK) of #47bdec color hex is 0.70, 0.20, 0.00, 0.07. Web safe color of #47bdec is #33ccff. Color #47bdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111101 11101100
Octal 107 275 354
Decimal 71 189 236
Hex 47 BD EC

RGB Percentages of Color #47bdec

%14.31
%38.10
%47.58

CMYK Percentages of Color #47bdec

%70
%20
%0
%7

Triadic Colors of #47bdec

#47bdec #ec47bd #bdec47

Analogous Colors of #47bdec

#47bdec #476bec #47ecc9

Monochromatic Colors of #47bdec

#47bdec

Complementary Color

#47bdec #ec7647

#47bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bdec Color CSS Codes

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

#47bdec Text Font Color

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

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


#47bdec Background Color

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

This div background color is #47bdec


#47bdec Border Color

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

This div border color is #47bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bdec


Comments

No comments written yet.

Please login to write comment.