Color Hex Logo

#47bad4 Color Hex

#47BAD4
(71,186,212)
0 Favorites   0 Comments

Color spaces of #47bad4

RGB 71186212
HSL0.530.620.55
HSV191°67°83°
CMYK 0.670.120.00   0.17
XYZ32.041141.210968.5531
Yxy41.21090.22600.2906
Hunter Lab64.1957-23.2503-18.3774
CIE-Lab70.3234-24.0994-22.5829

#47bad4 color RGB value is (71,186,212).

#47bad4 hex color red value is 71, green value is 186 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #47bad4 hue: 0.53 , saturation: 0.62 and the lightness value of 47bad4 is 0.55.

The process color (four color CMYK) of #47bad4 color hex is 0.67, 0.12, 0.00, 0.17. Web safe color of #47bad4 is #33cccc. Color #47bad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 11010100
Octal 107 272 324
Decimal 71 186 212
Hex 47 BA D4

RGB Percentages of Color #47bad4

%15.14
%39.66
%45.20

CMYK Percentages of Color #47bad4

%67
%12
%0
%17

Triadic Colors of #47bad4

#47bad4 #d447ba #bad447

Analogous Colors of #47bad4

#47bad4 #4774d4 #47d4a8

Monochromatic Colors of #47bad4

#47bad4

Complementary Color

#47bad4 #d46147

#47bad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bad4 Color CSS Codes

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

#47bad4 Text Font Color

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

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


#47bad4 Background Color

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

This div background color is #47bad4


#47bad4 Border Color

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

This div border color is #47bad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bad4


Comments

No comments written yet.

Please login to write comment.