Color Hex Logo

#47cfff Color Hex

#47CFFF
(71,207,255)
0 Favorites   0 Comments

Color spaces of #47cfff

RGB 71207255
HSL0.541.000.64
HSV196°72°100°
CMYK 0.720.190.00   0.00
XYZ42.961453.1852102.6092
Yxy53.18520.21620.2676
Hunter Lab72.9282-22.4714-32.3707
CIE-Lab77.9842-21.3824-34.0407

#47cfff color RGB value is (71,207,255).

#47cfff hex color red value is 71, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #47cfff hue: 0.54 , saturation: 1.00 and the lightness value of 47cfff is 0.64.

The process color (four color CMYK) of #47cfff color hex is 0.72, 0.19, 0.00, 0.00. Web safe color of #47cfff is #33ccff. Color #47cfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001111 11111111
Octal 107 317 377
Decimal 71 207 255
Hex 47 CF FF

RGB Percentages of Color #47cfff

%13.32
%38.84
%47.84

CMYK Percentages of Color #47cfff

%72
%19
%0
%0

Triadic Colors of #47cfff

#47cfff #ff47cf #cfff47

Analogous Colors of #47cfff

#47cfff #4773ff #47ffd3

Monochromatic Colors of #47cfff

#47cfff

Complementary Color

#47cfff #ff7747

#47cfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cfff Color CSS Codes

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

#47cfff Text Font Color

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

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


#47cfff Background Color

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

This div background color is #47cfff


#47cfff Border Color

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

This div border color is #47cfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cfff

Related Colors


Comments

No comments written yet.

Please login to write comment.