Color Hex Logo

#47cadb Color Hex

#47CADB
(71,202,219)
0 Favorites   0 Comments

Color spaces of #47cadb

RGB 71202219
HSL0.520.670.57
HSV187°68°86°
CMYK 0.680.080.00   0.14
XYZ36.505248.695174.4929
Yxy48.69510.22860.3049
Hunter Lab69.7819-28.7390-14.4454
CIE-Lab75.2612-29.9196-18.8837

#47cadb color RGB value is (71,202,219).

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

The process color (four color CMYK) of #47cadb color hex is 0.68, 0.08, 0.00, 0.14. Web safe color of #47cadb is #33cccc. Color #47cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001010 11011011
Octal 107 312 333
Decimal 71 202 219
Hex 47 CA DB

RGB Percentages of Color #47cadb

%14.43
%41.06
%44.51

CMYK Percentages of Color #47cadb

%68
%8
%0
%14

Triadic Colors of #47cadb

#47cadb #db47ca #cadb47

Analogous Colors of #47cadb

#47cadb #4780db #47dba2

Monochromatic Colors of #47cadb

#47cadb

Complementary Color

#47cadb #db5847

#47cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cadb Color CSS Codes

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

#47cadb Text Font Color

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

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


#47cadb Background Color

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

This div background color is #47cadb


#47cadb Border Color

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

This div border color is #47cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cadb


Comments

No comments written yet.

Please login to write comment.