Color Hex Logo

#47ddde Color Hex

#47DDDE
(71,221,222)
0 Favorites   0 Comments

Color spaces of #47ddde

RGB 71221222
HSL0.500.700.57
HSV180°68°87°
CMYK 0.680.000.00   0.13
XYZ41.639858.326478.1707
Yxy58.32640.23380.3274
Hunter Lab76.3717-36.3278-7.2264
CIE-Lab80.9199-38.0121-11.9812

#47ddde color RGB value is (71,221,222).

#47ddde hex color red value is 71, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #47ddde hue: 0.50 , saturation: 0.70 and the lightness value of 47ddde is 0.57.

The process color (four color CMYK) of #47ddde color hex is 0.68, 0.00, 0.00, 0.13. Web safe color of #47ddde is #33cccc. Color #47ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011101 11011110
Octal 107 335 336
Decimal 71 221 222
Hex 47 DD DE

RGB Percentages of Color #47ddde

%13.81
%43.00
%43.19

CMYK Percentages of Color #47ddde

%68
%0
%0
%13

Triadic Colors of #47ddde

#47ddde #de47dd #ddde47

Analogous Colors of #47ddde

#47ddde #4792de #47de94

Monochromatic Colors of #47ddde

#47ddde

Complementary Color

#47ddde #de4847

#47ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ddde Color CSS Codes

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

#47ddde Text Font Color

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

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


#47ddde Background Color

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

This div background color is #47ddde


#47ddde Border Color

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

This div border color is #47ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ddde


Comments

No comments written yet.

Please login to write comment.