Color Hex Logo

#47cef2 Color Hex

#47CEF2
(71,206,242)
0 Favorites   0 Comments

Color spaces of #47cef2

RGB 71206242
HSL0.540.870.61
HSV193°71°95°
CMYK 0.710.150.00   0.05
XYZ40.696951.893091.8758
Yxy51.89300.22060.2813
Hunter Lab72.0368-25.2215-25.1928
CIE-Lab77.2168-24.9387-28.2735

#47cef2 color RGB value is (71,206,242).

#47cef2 hex color red value is 71, green value is 206 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #47cef2 hue: 0.54 , saturation: 0.87 and the lightness value of 47cef2 is 0.61.

The process color (four color CMYK) of #47cef2 color hex is 0.71, 0.15, 0.00, 0.05. Web safe color of #47cef2 is #33ccff. Color #47cef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001110 11110010
Octal 107 316 362
Decimal 71 206 242
Hex 47 CE F2

RGB Percentages of Color #47cef2

%13.68
%39.69
%46.63

CMYK Percentages of Color #47cef2

%71
%15
%0
%5

Triadic Colors of #47cef2

#47cef2 #f247ce #cef247

Analogous Colors of #47cef2

#47cef2 #4779f2 #47f2c1

Monochromatic Colors of #47cef2

#47cef2

Complementary Color

#47cef2 #f26b47

#47cef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cef2 Color CSS Codes

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

#47cef2 Text Font Color

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

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


#47cef2 Background Color

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

This div background color is #47cef2


#47cef2 Border Color

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

This div border color is #47cef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cef2


Comments

No comments written yet.

Please login to write comment.