Color Hex Logo

#47bcea Color Hex

#47BCEA
(71,188,234)
0 Favorites   0 Comments

Color spaces of #47bcea

RGB 71188234
HSL0.550.800.60
HSV197°70°92°
CMYK 0.700.200.00   0.08
XYZ35.433043.246584.3218
Yxy43.24650.21740.2653
Hunter Lab65.7621-18.9067-29.9897
CIE-Lab71.7220-18.2577-32.4189

#47bcea color RGB value is (71,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111100 11101010
Octal 107 274 352
Decimal 71 188 234
Hex 47 BC EA

RGB Percentages of Color #47bcea

%14.40
%38.13
%47.46

CMYK Percentages of Color #47bcea

%70
%20
%0
%8

Triadic Colors of #47bcea

#47bcea #ea47bc #bcea47

Analogous Colors of #47bcea

#47bcea #476bea #47eac7

Monochromatic Colors of #47bcea

#47bcea

Complementary Color

#47bcea #ea7547

#47bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bcea Color CSS Codes

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

#47bcea Text Font Color

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

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


#47bcea Background Color

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

This div background color is #47bcea


#47bcea Border Color

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

This div border color is #47bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bcea


Comments

No comments written yet.

Please login to write comment.