Color Hex Logo

#47afeb Color Hex

#47AFEB
(71,175,235)
0 Favorites   0 Comments

Color spaces of #47afeb

RGB 71175235
HSL0.560.800.60
HSV202°70°92°
CMYK 0.700.260.00   0.08
XYZ32.923937.997784.1963
Yxy37.99770.21230.2450
Hunter Lab61.6423-12.5349-37.8338
CIE-Lab68.0189-10.9992-38.7123

#47afeb color RGB value is (71,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11101011
Octal 107 257 353
Decimal 71 175 235
Hex 47 AF EB

RGB Percentages of Color #47afeb

%14.76
%36.38
%48.86

CMYK Percentages of Color #47afeb

%70
%26
%0
%8

Triadic Colors of #47afeb

#47afeb #eb47af #afeb47

Analogous Colors of #47afeb

#47afeb #475deb #47ebd5

Monochromatic Colors of #47afeb

#47afeb

Complementary Color

#47afeb #eb8347

#47afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afeb Color CSS Codes

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

#47afeb Text Font Color

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

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


#47afeb Background Color

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

This div background color is #47afeb


#47afeb Border Color

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

This div border color is #47afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afeb


Comments

No comments written yet.

Please login to write comment.