Color Hex Logo

#47caba Color Hex

#47CABA
(71,202,186)
0 Favorites   0 Comments

Color spaces of #47caba

RGB 71202186
HSL0.480.550.54
HSV173°65°79°
CMYK 0.650.000.08   0.21
XYZ32.582047.125853.8333
Yxy47.12580.24400.3529
Hunter Lab68.6482-35.41431.5591
CIE-Lab74.2702-39.1640-2.5085

#47caba color RGB value is (71,202,186).

#47caba hex color red value is 71, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #47caba hue: 0.48 , saturation: 0.55 and the lightness value of 47caba is 0.54.

The process color (four color CMYK) of #47caba color hex is 0.65, 0.00, 0.08, 0.21. Web safe color of #47caba is #33cccc. Color #47caba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001010 10111010
Octal 107 312 272
Decimal 71 202 186
Hex 47 CA BA

RGB Percentages of Color #47caba

%15.47
%44.01
%40.52

CMYK Percentages of Color #47caba

%65
%0
%8
%21

Triadic Colors of #47caba

#47caba #ba47ca #caba47

Analogous Colors of #47caba

#47caba #4799ca #47ca79

Monochromatic Colors of #47caba

#47caba

Complementary Color

#47caba #ca4757

#47caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#47caba Color CSS Codes

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

#47caba Text Font Color

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

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


#47caba Background Color

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

This div background color is #47caba


#47caba Border Color

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

This div border color is #47caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47caba


Comments

No comments written yet.

Please login to write comment.