Color Hex Logo

#47adeb Color Hex

#47ADEB
(71,173,235)
0 Favorites   0 Comments

Color spaces of #47adeb

RGB 71173235
HSL0.560.800.60
HSV203°70°92°
CMYK 0.700.260.00   0.08
XYZ32.537537.224984.0675
Yxy37.22490.21150.2420
Hunter Lab61.0122-11.5782-38.9860
CIE-Lab67.4454-9.9064-39.6074

#47adeb color RGB value is (71,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 11101011
Octal 107 255 353
Decimal 71 173 235
Hex 47 AD EB

RGB Percentages of Color #47adeb

%14.82
%36.12
%49.06

CMYK Percentages of Color #47adeb

%70
%26
%0
%8

Triadic Colors of #47adeb

#47adeb #eb47ad #adeb47

Analogous Colors of #47adeb

#47adeb #475beb #47ebd7

Monochromatic Colors of #47adeb

#47adeb

Complementary Color

#47adeb #eb8547

#47adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adeb Color CSS Codes

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

#47adeb Text Font Color

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

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


#47adeb Background Color

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

This div background color is #47adeb


#47adeb Border Color

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

This div border color is #47adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adeb


Comments

No comments written yet.

Please login to write comment.