Color Hex Logo

#47dfcb Color Hex

#47DFCB
(71,223,203)
0 Favorites   0 Comments

Color spaces of #47dfcb

RGB 71223203
HSL0.480.700.58
HSV172°68°87°
CMYK 0.680.000.09   0.13
XYZ39.765758.426765.6815
Yxy58.42670.24270.3565
Hunter Lab76.4374-40.90272.5591
CIE-Lab80.9754-44.0362-1.7897

#47dfcb color RGB value is (71,223,203).

#47dfcb hex color red value is 71, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #47dfcb hue: 0.48 , saturation: 0.70 and the lightness value of 47dfcb is 0.58.

The process color (four color CMYK) of #47dfcb color hex is 0.68, 0.00, 0.09, 0.13. Web safe color of #47dfcb is #33cccc. Color #47dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 11001011
Octal 107 337 313
Decimal 71 223 203
Hex 47 DF CB

RGB Percentages of Color #47dfcb

%14.29
%44.87
%40.85

CMYK Percentages of Color #47dfcb

%68
%0
%9
%13

Triadic Colors of #47dfcb

#47dfcb #cb47df #dfcb47

Analogous Colors of #47dfcb

#47dfcb #47a7df #47df7f

Monochromatic Colors of #47dfcb

#47dfcb

Complementary Color

#47dfcb #df475b

#47dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfcb Color CSS Codes

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

#47dfcb Text Font Color

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

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


#47dfcb Background Color

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

This div background color is #47dfcb


#47dfcb Border Color

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

This div border color is #47dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfcb


Comments

No comments written yet.

Please login to write comment.