Color Hex Logo

#47bdca Color Hex

#47BDCA
(71,189,202)
0 Favorites   0 Comments

Color spaces of #47bdca

RGB 71189202
HSL0.520.550.54
HSV186°65°79°
CMYK 0.650.060.00   0.21
XYZ31.456841.999162.3258
Yxy41.99910.23170.3093
Hunter Lab64.8067-26.7689-11.6556
CIE-Lab70.8703-28.5849-16.2840

#47bdca color RGB value is (71,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111101 11001010
Octal 107 275 312
Decimal 71 189 202
Hex 47 BD CA

RGB Percentages of Color #47bdca

%15.37
%40.91
%43.72

CMYK Percentages of Color #47bdca

%65
%6
%0
%21

Triadic Colors of #47bdca

#47bdca #ca47bd #bdca47

Analogous Colors of #47bdca

#47bdca #477cca #47ca96

Monochromatic Colors of #47bdca

#47bdca

Complementary Color

#47bdca #ca5447

#47bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bdca Color CSS Codes

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

#47bdca Text Font Color

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

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


#47bdca Background Color

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

This div background color is #47bdca


#47bdca Border Color

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

This div border color is #47bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bdca


Comments

No comments written yet.

Please login to write comment.