Color Hex Logo

#47cfd3 Color Hex

#47CFD3
(71,207,211)
0 Favorites   0 Comments

Color spaces of #47cfd3

RGB 71207211
HSL0.500.610.55
HSV182°66°83°
CMYK 0.660.020.00   0.17
XYZ36.669250.668469.4753
Yxy50.66840.23380.3231
Hunter Lab71.1817-32.6140-8.0414
CIE-Lab76.4777-34.6195-12.7373

#47cfd3 color RGB value is (71,207,211).

#47cfd3 hex color red value is 71, green value is 207 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #47cfd3 hue: 0.50 , saturation: 0.61 and the lightness value of 47cfd3 is 0.55.

The process color (four color CMYK) of #47cfd3 color hex is 0.66, 0.02, 0.00, 0.17. Web safe color of #47cfd3 is #33cccc. Color #47cfd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001111 11010011
Octal 107 317 323
Decimal 71 207 211
Hex 47 CF D3

RGB Percentages of Color #47cfd3

%14.52
%42.33
%43.15

CMYK Percentages of Color #47cfd3

%66
%2
%0
%17

Triadic Colors of #47cfd3

#47cfd3 #d347cf #cfd347

Analogous Colors of #47cfd3

#47cfd3 #4789d3 #47d391

Monochromatic Colors of #47cfd3

#47cfd3

Complementary Color

#47cfd3 #d34b47

#47cfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cfd3 Color CSS Codes

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

#47cfd3 Text Font Color

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

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


#47cfd3 Background Color

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

This div background color is #47cfd3


#47cfd3 Border Color

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

This div border color is #47cfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cfd3


Comments

No comments written yet.

Please login to write comment.