Color Hex Logo

#47ddfe Color Hex

#47DDFE
(71,221,254)
0 Favorites   0 Comments

Color spaces of #47ddfe

RGB 71221254
HSL0.530.990.64
HSV191°72°100°
CMYK 0.720.130.00   0.00
XYZ46.344460.2083102.9447
Yxy60.20830.22120.2874
Hunter Lab77.5940-29.1772-24.3448
CIE-Lab81.9513-28.6631-27.4144

#47ddfe color RGB value is (71,221,254).

#47ddfe hex color red value is 71, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #47ddfe hue: 0.53 , saturation: 0.99 and the lightness value of 47ddfe is 0.64.

The process color (four color CMYK) of #47ddfe color hex is 0.72, 0.13, 0.00, 0.00. Web safe color of #47ddfe is #33ccff. Color #47ddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011101 11111110
Octal 107 335 376
Decimal 71 221 254
Hex 47 DD FE

RGB Percentages of Color #47ddfe

%13.00
%40.48
%46.52

CMYK Percentages of Color #47ddfe

%72
%13
%0
%0

Triadic Colors of #47ddfe

#47ddfe #fe47dd #ddfe47

Analogous Colors of #47ddfe

#47ddfe #4782fe #47fec4

Monochromatic Colors of #47ddfe

#47ddfe

Complementary Color

#47ddfe #fe6847

#47ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ddfe Color CSS Codes

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

#47ddfe Text Font Color

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

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


#47ddfe Background Color

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

This div background color is #47ddfe


#47ddfe Border Color

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

This div border color is #47ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ddfe


Comments

No comments written yet.

Please login to write comment.