Color Hex Logo

#47daef Color Hex

#47DAEF
(71,218,239)
0 Favorites   0 Comments

Color spaces of #47daef

RGB 71218239
HSL0.520.840.61
HSV188°70°94°
CMYK 0.700.090.00   0.06
XYZ43.249957.714490.5218
Yxy57.71440.22590.3014
Hunter Lab75.9700-31.3270-17.4678
CIE-Lab80.5797-31.7130-21.5423

#47daef color RGB value is (71,218,239).

#47daef hex color red value is 71, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #47daef hue: 0.52 , saturation: 0.84 and the lightness value of 47daef is 0.61.

The process color (four color CMYK) of #47daef color hex is 0.70, 0.09, 0.00, 0.06. Web safe color of #47daef is #33ccff. Color #47daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011010 11101111
Octal 107 332 357
Decimal 71 218 239
Hex 47 DA EF

RGB Percentages of Color #47daef

%13.45
%41.29
%45.27

CMYK Percentages of Color #47daef

%70
%9
%0
%6

Triadic Colors of #47daef

#47daef #ef47da #daef47

Analogous Colors of #47daef

#47daef #4786ef #47efb0

Monochromatic Colors of #47daef

#47daef

Complementary Color

#47daef #ef5c47

#47daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#47daef Color CSS Codes

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

#47daef Text Font Color

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

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


#47daef Background Color

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

This div background color is #47daef


#47daef Border Color

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

This div border color is #47daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47daef


Comments

No comments written yet.

Please login to write comment.