Color Hex Logo

#47fcfd Color Hex

#47FCFD
(71,252,253)
0 Favorites   0 Comments

Color spaces of #47fcfd

RGB 71252253
HSL0.500.980.64
HSV180°72°99°
CMYK 0.720.000.00   0.01
XYZ55.138678.0522105.0880
Yxy78.05220.23140.3276
Hunter Lab88.3472-43.2034-8.6818
CIE-Lab90.8037-43.3547-13.5045

#47fcfd color RGB value is (71,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111100 11111101
Octal 107 374 375
Decimal 71 252 253
Hex 47 FC FD

RGB Percentages of Color #47fcfd

%12.33
%43.75
%43.92

CMYK Percentages of Color #47fcfd

%72
%0
%0
%1

Triadic Colors of #47fcfd

#47fcfd #fd47fc #fcfd47

Analogous Colors of #47fcfd

#47fcfd #47a1fd #47fda3

Monochromatic Colors of #47fcfd

#47fcfd

Complementary Color

#47fcfd #fd4847

#47fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fcfd Color CSS Codes

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

#47fcfd Text Font Color

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

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


#47fcfd Background Color

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

This div background color is #47fcfd


#47fcfd Border Color

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

This div border color is #47fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.