Color Hex Logo

#47ddeb Color Hex

#47DDEB
(71,221,235)
0 Favorites   0 Comments

Color spaces of #47ddeb

RGB 71221235
HSL0.510.800.60
HSV185°70°92°
CMYK 0.700.060.00   0.08
XYZ43.450459.050787.7051
Yxy59.05070.22840.3105
Hunter Lab76.8445-33.5480-13.8785
CIE-Lab81.3195-34.3080-18.2958

#47ddeb color RGB value is (71,221,235).

#47ddeb hex color red value is 71, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #47ddeb hue: 0.51 , saturation: 0.80 and the lightness value of 47ddeb is 0.60.

The process color (four color CMYK) of #47ddeb color hex is 0.70, 0.06, 0.00, 0.08. Web safe color of #47ddeb is #33ccff. Color #47ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011101 11101011
Octal 107 335 353
Decimal 71 221 235
Hex 47 DD EB

RGB Percentages of Color #47ddeb

%13.47
%41.94
%44.59

CMYK Percentages of Color #47ddeb

%70
%6
%0
%8

Triadic Colors of #47ddeb

#47ddeb #eb47dd #ddeb47

Analogous Colors of #47ddeb

#47ddeb #478beb #47eba7

Monochromatic Colors of #47ddeb

#47ddeb

Complementary Color

#47ddeb #eb5547

#47ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ddeb Color CSS Codes

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

#47ddeb Text Font Color

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

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


#47ddeb Background Color

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

This div background color is #47ddeb


#47ddeb Border Color

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

This div border color is #47ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ddeb


Comments

No comments written yet.

Please login to write comment.