Color Hex Logo

#47ecfd Color Hex

#47ECFD
(71,236,253)
0 Favorites   0 Comments

Color spaces of #47ecfd

RGB 71236253
HSL0.520.980.64
HSV186°72°99°
CMYK 0.720.070.00   0.01
XYZ50.323668.4223103.4830
Yxy68.42230.22640.3079
Hunter Lab82.7178-36.1608-16.2715
CIE-Lab86.2172-36.0951-20.4010

#47ecfd color RGB value is (71,236,253).

#47ecfd hex color red value is 71, green value is 236 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #47ecfd hue: 0.52 , saturation: 0.98 and the lightness value of 47ecfd is 0.64.

The process color (four color CMYK) of #47ecfd color hex is 0.72, 0.07, 0.00, 0.01. Web safe color of #47ecfd is #33ffff. Color #47ecfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101100 11111101
Octal 107 354 375
Decimal 71 236 253
Hex 47 EC FD

RGB Percentages of Color #47ecfd

%12.68
%42.14
%45.18

CMYK Percentages of Color #47ecfd

%72
%7
%0
%1

Triadic Colors of #47ecfd

#47ecfd #fd47ec #ecfd47

Analogous Colors of #47ecfd

#47ecfd #4791fd #47fdb3

Monochromatic Colors of #47ecfd

#47ecfd

Complementary Color

#47ecfd #fd5847

#47ecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ecfd Color CSS Codes

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

#47ecfd Text Font Color

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

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


#47ecfd Background Color

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

This div background color is #47ecfd


#47ecfd Border Color

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

This div border color is #47ecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ecfd

Related Colors


Comments

No comments written yet.

Please login to write comment.