Color Hex Logo

#47dbea Color Hex

#47DBEA
(71,219,234)
0 Favorites   0 Comments

Color spaces of #47dbea

RGB 71219234
HSL0.520.800.60
HSV186°70°92°
CMYK 0.700.060.00   0.08
XYZ42.781357.943186.7712
Yxy57.94310.22820.3090
Hunter Lab76.1204-32.8898-14.3017
CIE-Lab80.7071-33.6561-18.6886

#47dbea color RGB value is (71,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011011 11101010
Octal 107 333 352
Decimal 71 219 234
Hex 47 DB EA

RGB Percentages of Color #47dbea

%13.55
%41.79
%44.66

CMYK Percentages of Color #47dbea

%70
%6
%0
%8

Triadic Colors of #47dbea

#47dbea #ea47db #dbea47

Analogous Colors of #47dbea

#47dbea #478aea #47eaa8

Monochromatic Colors of #47dbea

#47dbea

Complementary Color

#47dbea #ea5647

#47dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dbea Color CSS Codes

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

#47dbea Text Font Color

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

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


#47dbea Background Color

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

This div background color is #47dbea


#47dbea Border Color

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

This div border color is #47dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dbea


Comments

No comments written yet.

Please login to write comment.