Color Hex Logo

#47adbd Color Hex

#47ADBD
(71,173,189)
0 Favorites   0 Comments

Color spaces of #47adbd

RGB 71173189
HSL0.520.470.51
HSV188°62°74°
CMYK 0.620.080.00   0.26
XYZ26.727434.900953.4720
Yxy34.90090.23220.3032
Hunter Lab59.0770-22.6284-12.3109
CIE-Lab65.6714-24.4580-16.9793

#47adbd color RGB value is (71,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 10111101
Octal 107 255 275
Decimal 71 173 189
Hex 47 AD BD

RGB Percentages of Color #47adbd

%16.40
%39.95
%43.65

CMYK Percentages of Color #47adbd

%62
%8
%0
%26

Triadic Colors of #47adbd

#47adbd #bd47ad #adbd47

Analogous Colors of #47adbd

#47adbd #4772bd #47bd92

Monochromatic Colors of #47adbd

#47adbd

Complementary Color

#47adbd #bd5747

#47adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adbd Color CSS Codes

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

#47adbd Text Font Color

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

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


#47adbd Background Color

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

This div background color is #47adbd


#47adbd Border Color

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

This div border color is #47adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adbd


Comments

No comments written yet.

Please login to write comment.