Color Hex Logo

#47bfda Color Hex

#47BFDA
(71,191,218)
0 Favorites   0 Comments

Color spaces of #47bfda

RGB 71191218
HSL0.530.670.57
HSV191°67°85°
CMYK 0.670.120.00   0.15
XYZ33.884243.663272.9716
Yxy43.66320.22510.2901
Hunter Lab66.0781-24.1037-19.2206
CIE-Lab72.0028-24.7897-23.2938

#47bfda color RGB value is (71,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111111 11011010
Octal 107 277 332
Decimal 71 191 218
Hex 47 BF DA

RGB Percentages of Color #47bfda

%14.79
%39.79
%45.42

CMYK Percentages of Color #47bfda

%67
%12
%0
%15

Triadic Colors of #47bfda

#47bfda #da47bf #bfda47

Analogous Colors of #47bfda

#47bfda #4776da #47daac

Monochromatic Colors of #47bfda

#47bfda

Complementary Color

#47bfda #da6247

#47bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bfda Color CSS Codes

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

#47bfda Text Font Color

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

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


#47bfda Background Color

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

This div background color is #47bfda


#47bfda Border Color

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

This div border color is #47bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bfda


Comments

No comments written yet.

Please login to write comment.