color codes Logo

#47ebff color codes

#47EBFF
(71,235,255)
0 Favorites   0 Comments

Color spaces of #47ebff

RGB 71235255
HSL0.521.000.64
HSV187°72°100°
CMYK 0.720.080.00   0.00
XYZ50.356967.9763105.0744
Yxy67.97630.22540.3043
Hunter Lab82.4477-35.2605-17.8479
CIE-Lab85.9946-35.0465-21.7876

#47ebff color RGB value is (71,235,255).

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

The process color (four color CMYK) of #47ebff color code is 0.72, 0.08, 0.00, 0.00. Web safe color of #47ebff is #33ffff. Color #47ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101011 11111111
Octal 107 353 377
Decimal 71 235 255
Hex 47 EB FF

RGB Percentages of Color #47ebff

%12.66
%41.89
%45.45

CMYK Percentages of Color #47ebff

%72
%8
%0
%0

Triadic Colors of #47ebff

#47ebff #ff47eb #ebff47

Analogous Colors of #47ebff

#47ebff #478fff #47ffb7

Monochromatic Colors of #47ebff

#47ebff

Complementary Color

#47ebff #ff5b47

#47ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ebff Color CSS Codes

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

#47ebff Text Font Color

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

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


#47ebff Background Color

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

This div background color is #47ebff


#47ebff Border Color

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

This div border color is #47ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ebff

#47ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.