Color Hex Logo

#47bdda Color Hex

#47BDDA
(71,189,218)
0 Favorites   0 Comments

Color spaces of #47bdda

RGB 71189218
HSL0.530.670.57
HSV192°67°85°
CMYK 0.670.130.00   0.15
XYZ33.451042.796772.8272
Yxy42.79670.22440.2871
Hunter Lab65.4192-23.2106-20.2105
CIE-Lab71.4168-23.7811-24.1887

#47bdda color RGB value is (71,189,218).

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

The process color (four color CMYK) of #47bdda color hex is 0.67, 0.13, 0.00, 0.15. Web safe color of #47bdda is #33cccc. Color #47bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111101 11011010
Octal 107 275 332
Decimal 71 189 218
Hex 47 BD DA

RGB Percentages of Color #47bdda

%14.85
%39.54
%45.61

CMYK Percentages of Color #47bdda

%67
%13
%0
%15

Triadic Colors of #47bdda

#47bdda #da47bd #bdda47

Analogous Colors of #47bdda

#47bdda #4774da #47daae

Monochromatic Colors of #47bdda

#47bdda

Complementary Color

#47bdda #da6447

#47bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bdda Color CSS Codes

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

#47bdda Text Font Color

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

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


#47bdda Background Color

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

This div background color is #47bdda


#47bdda Border Color

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

This div border color is #47bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bdda

#47bdda Color Palettes


Comments

No comments written yet.

Please login to write comment.