Color Hex Logo

#47deed Color Hex

#47DEED
(71,222,237)
0 Favorites   0 Comments

Color spaces of #47deed

RGB 71222237
HSL0.520.820.60
HSV185°70°93°
CMYK 0.700.060.00   0.07
XYZ44.005959.696689.3240
Yxy59.69660.22800.3093
Hunter Lab77.2636-33.5456-14.4603
CIE-Lab81.6730-34.1974-18.8242

#47deed color RGB value is (71,222,237).

#47deed hex color red value is 71, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #47deed hue: 0.52 , saturation: 0.82 and the lightness value of 47deed is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011110 11101101
Octal 107 336 355
Decimal 71 222 237
Hex 47 DE ED

RGB Percentages of Color #47deed

%13.40
%41.89
%44.72

CMYK Percentages of Color #47deed

%70
%6
%0
%7

Triadic Colors of #47deed

#47deed #ed47de #deed47

Analogous Colors of #47deed

#47deed #478bed #47eda9

Monochromatic Colors of #47deed

#47deed

Complementary Color

#47deed #ed5647

#47deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#47deed Color CSS Codes

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

#47deed Text Font Color

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

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


#47deed Background Color

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

This div background color is #47deed


#47deed Border Color

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

This div border color is #47deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47deed


Comments

No comments written yet.

Please login to write comment.