Color Hex Logo

#47ecdf Color Hex

#47ECDF
(71,236,223)
0 Favorites   0 Comments

Color spaces of #47ecdf

RGB 71236223
HSL0.490.810.60
HSV175°70°93°
CMYK 0.700.000.06   0.07
XYZ45.913366.658280.2585
Yxy66.65820.23810.3457
Hunter Lab81.6445-42.4972-1.1324
CIE-Lab85.3310-44.4551-5.9561

#47ecdf color RGB value is (71,236,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101100 11011111
Octal 107 354 337
Decimal 71 236 223
Hex 47 EC DF

RGB Percentages of Color #47ecdf

%13.40
%44.53
%42.08

CMYK Percentages of Color #47ecdf

%70
%0
%6
%7

Triadic Colors of #47ecdf

#47ecdf #df47ec #ecdf47

Analogous Colors of #47ecdf

#47ecdf #47a7ec #47ec8d

Monochromatic Colors of #47ecdf

#47ecdf

Complementary Color

#47ecdf #ec4754

#47ecdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ecdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ecdf Color CSS Codes

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

#47ecdf Text Font Color

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

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


#47ecdf Background Color

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

This div background color is #47ecdf


#47ecdf Border Color

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

This div border color is #47ecdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ecdf


Comments

No comments written yet.

Please login to write comment.