Color Hex Logo

#47aebd Color Hex

#47AEBD
(71,174,189)
0 Favorites   0 Comments

Color spaces of #47aebd

RGB 71174189
HSL0.520.470.51
HSV188°62°74°
CMYK 0.620.080.00   0.26
XYZ26.919935.285853.5361
Yxy35.28580.23260.3049
Hunter Lab59.4019-23.0601-11.8540
CIE-Lab65.9706-24.9629-16.5266

#47aebd color RGB value is (71,174,189).

#47aebd hex color red value is 71, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #47aebd hue: 0.52 , saturation: 0.47 and the lightness value of 47aebd is 0.51.

The process color (four color CMYK) of #47aebd color hex is 0.62, 0.08, 0.00, 0.26. Web safe color of #47aebd is #3399cc. Color #47aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101110 10111101
Octal 107 256 275
Decimal 71 174 189
Hex 47 AE BD

RGB Percentages of Color #47aebd

%16.36
%40.09
%43.55

CMYK Percentages of Color #47aebd

%62
%8
%0
%26

Triadic Colors of #47aebd

#47aebd #bd47ae #aebd47

Analogous Colors of #47aebd

#47aebd #4773bd #47bd91

Monochromatic Colors of #47aebd

#47aebd

Complementary Color

#47aebd #bd5647

#47aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aebd Color CSS Codes

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

#47aebd Text Font Color

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

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


#47aebd Background Color

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

This div background color is #47aebd


#47aebd Border Color

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

This div border color is #47aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aebd


Comments

No comments written yet.

Please login to write comment.