Color Hex Logo

#47cfde Color Hex

#47CFDE
(71,207,222)
0 Favorites   0 Comments

Color spaces of #47cfde

RGB 71207222
HSL0.520.700.57
HSV186°68°87°
CMYK 0.680.070.00   0.13
XYZ38.096251.239276.9895
Yxy51.23920.22900.3081
Hunter Lab71.5816-30.2688-13.6622
CIE-Lab76.8237-31.4491-18.1371

#47cfde color RGB value is (71,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001111 11011110
Octal 107 317 336
Decimal 71 207 222
Hex 47 CF DE

RGB Percentages of Color #47cfde

%14.20
%41.40
%44.40

CMYK Percentages of Color #47cfde

%68
%7
%0
%13

Triadic Colors of #47cfde

#47cfde #de47cf #cfde47

Analogous Colors of #47cfde

#47cfde #4784de #47dea2

Monochromatic Colors of #47cfde

#47cfde

Complementary Color

#47cfde #de5647

#47cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cfde Color CSS Codes

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

#47cfde Text Font Color

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

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


#47cfde Background Color

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

This div background color is #47cfde


#47cfde Border Color

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

This div border color is #47cfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,207,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 #47cfde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cfde


Comments

No comments written yet.

Please login to write comment.