Color Hex Logo

#47cbff Color Hex

#47CBFF
(71,203,255)
0 Favorites   0 Comments

Color spaces of #47cbff

RGB 71203255
HSL0.551.000.64
HSV197°72°100°
CMYK 0.720.200.00   0.00
XYZ42.004551.2715102.2903
Yxy51.27150.21480.2622
Hunter Lab71.6041-20.5953-34.5760
CIE-Lab76.8432-19.3345-35.8047

#47cbff color RGB value is (71,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001011 11111111
Octal 107 313 377
Decimal 71 203 255
Hex 47 CB FF

RGB Percentages of Color #47cbff

%13.42
%38.37
%48.20

CMYK Percentages of Color #47cbff

%72
%20
%0
%0

Triadic Colors of #47cbff

#47cbff #ff47cb #cbff47

Analogous Colors of #47cbff

#47cbff #476fff #47ffd7

Monochromatic Colors of #47cbff

#47cbff

Complementary Color

#47cbff #ff7b47

#47cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cbff Color CSS Codes

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

#47cbff Text Font Color

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

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


#47cbff Background Color

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

This div background color is #47cbff


#47cbff Border Color

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

This div border color is #47cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cbff

Related Colors


Comments

No comments written yet.

Please login to write comment.