Color Hex Logo

#47ddff Color Hex

#47DDFF
(71,221,255)
0 Favorites   0 Comments

Color spaces of #47ddff

RGB 71221255
HSL0.531.000.64
HSV191°72°100°
CMYK 0.720.130.00   0.00
XYZ46.505060.2725103.7904
Yxy60.27250.22090.2862
Hunter Lab77.6354-28.9371-24.9198
CIE-Lab81.9861-28.3591-27.8905

#47ddff color RGB value is (71,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011101 11111111
Octal 107 335 377
Decimal 71 221 255
Hex 47 DD FF

RGB Percentages of Color #47ddff

%12.98
%40.40
%46.62

CMYK Percentages of Color #47ddff

%72
%13
%0
%0

Triadic Colors of #47ddff

#47ddff #ff47dd #ddff47

Analogous Colors of #47ddff

#47ddff #4781ff #47ffc5

Monochromatic Colors of #47ddff

#47ddff

Complementary Color

#47ddff #ff6947

#47ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ddff Color CSS Codes

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

#47ddff Text Font Color

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

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


#47ddff Background Color

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

This div background color is #47ddff


#47ddff Border Color

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

This div border color is #47ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.