Color Hex Logo

#47aeea Color Hex

#47AEEA
(71,174,234)
0 Favorites   0 Comments

Color spaces of #47aeea

RGB 71174234
HSL0.560.800.60
HSV202°70°92°
CMYK 0.700.260.00   0.08
XYZ32.585937.552283.3727
Yxy37.55220.21230.2446
Hunter Lab61.2798-12.3214-37.7696
CIE-Lab67.6893-10.7841-38.6801

#47aeea color RGB value is (71,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101110 11101010
Octal 107 256 352
Decimal 71 174 234
Hex 47 AE EA

RGB Percentages of Color #47aeea

%14.82
%36.33
%48.85

CMYK Percentages of Color #47aeea

%70
%26
%0
%8

Triadic Colors of #47aeea

#47aeea #ea47ae #aeea47

Analogous Colors of #47aeea

#47aeea #475dea #47ead5

Monochromatic Colors of #47aeea

#47aeea

Complementary Color

#47aeea #ea8347

#47aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aeea Color CSS Codes

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

#47aeea Text Font Color

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

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


#47aeea Background Color

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

This div background color is #47aeea


#47aeea Border Color

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

This div border color is #47aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aeea


Comments

No comments written yet.

Please login to write comment.