Color Hex Logo

#47afed Color Hex

#47AFED
(71,175,237)
0 Favorites   0 Comments

Color spaces of #47afed

RGB 71175237
HSL0.560.820.60
HSV202°70°93°
CMYK 0.700.260.00   0.07
XYZ33.214638.114085.7269
Yxy38.11400.21150.2427
Hunter Lab61.7365-12.0049-39.1141
CIE-Lab68.1046-10.3378-39.6704

#47afed color RGB value is (71,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11101101
Octal 107 257 355
Decimal 71 175 237
Hex 47 AF ED

RGB Percentages of Color #47afed

%14.70
%36.23
%49.07

CMYK Percentages of Color #47afed

%70
%26
%0
%7

Triadic Colors of #47afed

#47afed #ed47af #afed47

Analogous Colors of #47afed

#47afed #475ced #47edd8

Monochromatic Colors of #47afed

#47afed

Complementary Color

#47afed #ed8547

#47afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afed Color CSS Codes

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

#47afed Text Font Color

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

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


#47afed Background Color

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

This div background color is #47afed


#47afed Border Color

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

This div border color is #47afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afed


Comments

No comments written yet.

Please login to write comment.