Color Hex Logo

#47dfed Color Hex

#47DFED
(71,223,237)
0 Favorites   0 Comments

Color spaces of #47dfed

RGB 71223237
HSL0.510.820.60
HSV185°70°93°
CMYK 0.700.060.00   0.07
XYZ44.272360.229489.4128
Yxy60.22940.22830.3106
Hunter Lab77.6076-33.9856-13.9835
CIE-Lab81.9627-34.6673-18.3867

#47dfed color RGB value is (71,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 11101101
Octal 107 337 355
Decimal 71 223 237
Hex 47 DF ED

RGB Percentages of Color #47dfed

%13.37
%42.00
%44.63

CMYK Percentages of Color #47dfed

%70
%6
%0
%7

Triadic Colors of #47dfed

#47dfed #ed47df #dfed47

Analogous Colors of #47dfed

#47dfed #478ced #47eda8

Monochromatic Colors of #47dfed

#47dfed

Complementary Color

#47dfed #ed5547

#47dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfed Color CSS Codes

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

#47dfed Text Font Color

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

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


#47dfed Background Color

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

This div background color is #47dfed


#47dfed Border Color

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

This div border color is #47dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfed


Comments

No comments written yet.

Please login to write comment.