Color Hex Logo

#47baea Color Hex

#47BAEA
(71,186,234)
0 Favorites   0 Comments

Color spaces of #47baea

RGB 71186234
HSL0.550.800.60
HSV198°70°92°
CMYK 0.700.210.00   0.08
XYZ35.008742.397984.1804
Yxy42.39790.21670.2624
Hunter Lab65.1137-17.9775-31.0719
CIE-Lab71.1444-17.2104-33.3120

#47baea color RGB value is (71,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 11101010
Octal 107 272 352
Decimal 71 186 234
Hex 47 BA EA

RGB Percentages of Color #47baea

%14.46
%37.88
%47.66

CMYK Percentages of Color #47baea

%70
%21
%0
%8

Triadic Colors of #47baea

#47baea #ea47ba #baea47

Analogous Colors of #47baea

#47baea #4769ea #47eac9

Monochromatic Colors of #47baea

#47baea

Complementary Color

#47baea #ea7747

#47baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#47baea Color CSS Codes

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

#47baea Text Font Color

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

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


#47baea Background Color

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

This div background color is #47baea


#47baea Border Color

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

This div border color is #47baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47baea


Comments

No comments written yet.

Please login to write comment.