Color Hex Logo

#47bafe Color Hex

#47BAFE
(71,186,254)
0 Favorites   0 Comments

Color spaces of #47bafe

RGB 71186254
HSL0.560.990.64
HSV202°72°100°
CMYK 0.720.270.00   0.00
XYZ38.046843.6132100.1788
Yxy43.61320.20920.2398
Hunter Lab66.0403-12.7340-43.7108
CIE-Lab71.9692-10.6840-42.8509

#47bafe color RGB value is (71,186,254).

#47bafe hex color red value is 71, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #47bafe hue: 0.56 , saturation: 0.99 and the lightness value of 47bafe is 0.64.

The process color (four color CMYK) of #47bafe color hex is 0.72, 0.27, 0.00, 0.00. Web safe color of #47bafe is #33ccff. Color #47bafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 11111110
Octal 107 272 376
Decimal 71 186 254
Hex 47 BA FE

RGB Percentages of Color #47bafe

%13.89
%36.40
%49.71

CMYK Percentages of Color #47bafe

%72
%27
%0
%0

Triadic Colors of #47bafe

#47bafe #fe47ba #bafe47

Analogous Colors of #47bafe

#47bafe #475efe #47fee7

Monochromatic Colors of #47bafe

#47bafe

Complementary Color

#47bafe #fe8b47

#47bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bafe Color CSS Codes

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

#47bafe Text Font Color

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

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


#47bafe Background Color

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

This div background color is #47bafe


#47bafe Border Color

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

This div border color is #47bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bafe

Related Colors


Comments

No comments written yet.

Please login to write comment.