Color Hex Logo

#47dfea Color Hex

#47DFEA
(71,223,234)
0 Favorites   0 Comments

Color spaces of #47dfea

RGB 71223234
HSL0.510.800.60
HSV184°70°92°
CMYK 0.700.050.00   0.08
XYZ43.837560.055587.1233
Yxy60.05550.22950.3144
Hunter Lab77.4955-34.6436-12.4092
CIE-Lab81.8683-35.5335-16.9370

#47dfea color RGB value is (71,223,234).

#47dfea hex color red value is 71, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #47dfea hue: 0.51 , saturation: 0.80 and the lightness value of 47dfea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 11101010
Octal 107 337 352
Decimal 71 223 234
Hex 47 DF EA

RGB Percentages of Color #47dfea

%13.45
%42.23
%44.32

CMYK Percentages of Color #47dfea

%70
%5
%0
%8

Triadic Colors of #47dfea

#47dfea #ea47df #dfea47

Analogous Colors of #47dfea

#47dfea #478eea #47eaa4

Monochromatic Colors of #47dfea

#47dfea

Complementary Color

#47dfea #ea5247

#47dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfea Color CSS Codes

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

#47dfea Text Font Color

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

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


#47dfea Background Color

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

This div background color is #47dfea


#47dfea Border Color

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

This div border color is #47dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfea


Comments

No comments written yet.

Please login to write comment.