Color Hex Logo

#47cebe Color Hex

#47CEBE
(71,206,190)
0 Favorites   0 Comments

Color spaces of #47cebe

RGB 71206190
HSL0.480.580.54
HSV173°66°81°
CMYK 0.660.000.08   0.19
XYZ33.964149.199956.4216
Yxy49.19990.24330.3525
Hunter Lab70.1426-36.31731.4079
CIE-Lab75.5755-39.9109-2.7529

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001110 10111110
Octal 107 316 276
Decimal 71 206 190
Hex 47 CE BE

RGB Percentages of Color #47cebe

%15.20
%44.11
%40.69

CMYK Percentages of Color #47cebe

%66
%0
%8
%19

Triadic Colors of #47cebe

#47cebe #be47ce #cebe47

Analogous Colors of #47cebe

#47cebe #479bce #47ce7b

Monochromatic Colors of #47cebe

#47cebe

Complementary Color

#47cebe #ce4757

#47cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cebe Color CSS Codes

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

#47cebe Text Font Color

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

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


#47cebe Background Color

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

This div background color is #47cebe


#47cebe Border Color

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

This div border color is #47cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cebe


Comments

No comments written yet.

Please login to write comment.