Color Hex Logo

#47bcee Color Hex

#47BCEE
(71,188,238)
0 Favorites   0 Comments

Color spaces of #47bcee

RGB 71188238
HSL0.550.830.61
HSV198°70°93°
CMYK 0.700.210.00   0.07
XYZ36.014443.479187.3831
Yxy43.47910.21580.2605
Hunter Lab65.9387-17.8995-32.4151
CIE-Lab71.8789-16.9769-34.3445

#47bcee color RGB value is (71,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111100 11101110
Octal 107 274 356
Decimal 71 188 238
Hex 47 BC EE

RGB Percentages of Color #47bcee

%14.29
%37.83
%47.89

CMYK Percentages of Color #47bcee

%70
%21
%0
%7

Triadic Colors of #47bcee

#47bcee #ee47bc #bcee47

Analogous Colors of #47bcee

#47bcee #4769ee #47eecd

Monochromatic Colors of #47bcee

#47bcee

Complementary Color

#47bcee #ee7947

#47bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bcee Color CSS Codes

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

#47bcee Text Font Color

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

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


#47bcee Background Color

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

This div background color is #47bcee


#47bcee Border Color

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

This div border color is #47bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bcee


Comments

No comments written yet.

Please login to write comment.