Color Hex Logo

#47aceb Color Hex

#47ACEB
(71,172,235)
0 Favorites   0 Comments

Color spaces of #47aceb

RGB 71172235
HSL0.560.800.60
HSV203°70°92°
CMYK 0.700.270.00   0.08
XYZ32.346536.842884.0038
Yxy36.84280.21110.2405
Hunter Lab60.6983-11.0982-39.5660
CIE-Lab67.1589-9.3572-40.0550

#47aceb color RGB value is (71,172,235).

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

The process color (four color CMYK) of #47aceb color hex is 0.70, 0.27, 0.00, 0.08. Web safe color of #47aceb is #3399ff. Color #47aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101100 11101011
Octal 107 254 353
Decimal 71 172 235
Hex 47 AC EB

RGB Percentages of Color #47aceb

%14.85
%35.98
%49.16

CMYK Percentages of Color #47aceb

%70
%27
%0
%8

Triadic Colors of #47aceb

#47aceb #eb47ac #aceb47

Analogous Colors of #47aceb

#47aceb #475aeb #47ebd8

Monochromatic Colors of #47aceb

#47aceb

Complementary Color

#47aceb #eb8647

#47aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aceb Color CSS Codes

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

#47aceb Text Font Color

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

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


#47aceb Background Color

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

This div background color is #47aceb


#47aceb Border Color

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

This div border color is #47aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aceb


Comments

No comments written yet.

Please login to write comment.