Color Hex Logo

#47d1e5 Color Hex

#47D1E5
(71,209,229)
0 Favorites   0 Comments

Color spaces of #47d1e5

RGB 71209229
HSL0.520.750.59
HSV188°69°90°
CMYK 0.690.090.00   0.10
XYZ39.541952.597782.1970
Yxy52.59770.22680.3017
Hunter Lab72.5243-29.5952-16.4307
CIE-Lab77.6369-30.3487-20.6649

#47d1e5 color RGB value is (71,209,229).

#47d1e5 hex color red value is 71, green value is 209 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #47d1e5 hue: 0.52 , saturation: 0.75 and the lightness value of 47d1e5 is 0.59.

The process color (four color CMYK) of #47d1e5 color hex is 0.69, 0.09, 0.00, 0.10. Web safe color of #47d1e5 is #33cccc. Color #47d1e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11010001 11100101
Octal 107 321 345
Decimal 71 209 229
Hex 47 D1 E5

RGB Percentages of Color #47d1e5

%13.95
%41.06
%44.99

CMYK Percentages of Color #47d1e5

%69
%9
%0
%10

Triadic Colors of #47d1e5

#47d1e5 #e547d1 #d1e547

Analogous Colors of #47d1e5

#47d1e5 #4782e5 #47e5aa

Monochromatic Colors of #47d1e5

#47d1e5

Complementary Color

#47d1e5 #e55b47

#47d1e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47d1e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47d1e5 Color CSS Codes

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

#47d1e5 Text Font Color

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

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


#47d1e5 Background Color

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

This div background color is #47d1e5


#47d1e5 Border Color

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

This div border color is #47d1e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47d1e5


Comments

No comments written yet.

Please login to write comment.