Color Hex Logo

#47cece Color Hex

#47CECE
(71,206,206)
0 Favorites   0 Comments

Color spaces of #47cece

RGB 71206206
HSL0.500.580.54
HSV180°66°81°
CMYK 0.660.000.00   0.19
XYZ35.810449.938466.1442
Yxy49.93840.23580.3288
Hunter Lab70.6671-33.2130-6.0283
CIE-Lab76.0314-35.5600-10.7097

#47cece color RGB value is (71,206,206).

#47cece hex color red value is 71, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #47cece hue: 0.50 , saturation: 0.58 and the lightness value of 47cece is 0.54.

The process color (four color CMYK) of #47cece color hex is 0.66, 0.00, 0.00, 0.19. Web safe color of #47cece is #33cccc. Color #47cece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001110 11001110
Octal 107 316 316
Decimal 71 206 206
Hex 47 CE CE

RGB Percentages of Color #47cece

%14.70
%42.65
%42.65

CMYK Percentages of Color #47cece

%66
%0
%0
%19

Triadic Colors of #47cece

#47cece #ce47ce #cece47

Analogous Colors of #47cece

#47cece #478bce #47ce8b

Monochromatic Colors of #47cece

#47cece

Complementary Color

#47cece #ce4747

#47cece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cece Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cece Color CSS Codes

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

#47cece Text Font Color

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

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


#47cece Background Color

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

This div background color is #47cece


#47cece Border Color

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

This div border color is #47cece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cece


Comments

No comments written yet.

Please login to write comment.