Color Hex Logo

#339886 Color Hex

#339886
(51,152,134)
0 Favorites   0 Comments

Color spaces of #339886

RGB 51152134
HSL0.470.500.40
HSV169°66°60°
CMYK 0.660.000.12   0.40
XYZ16.896624.881526.4663
Yxy24.88150.24760.3646
Hunter Lab49.8814-26.82803.4586
CIE-Lab56.9598-33.34120.9755

#339886 color RGB value is (51,152,134).

#339886 hex color red value is 51, green value is 152 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #339886 hue: 0.47 , saturation: 0.50 and the lightness value of 339886 is 0.40.

The process color (four color CMYK) of #339886 color hex is 0.66, 0.00, 0.12, 0.40. Web safe color of #339886 is #339999. Color #339886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011000 10000110
Octal 63 230 206
Decimal 51 152 134
Hex 33 98 86

RGB Percentages of Color #339886

%15.13
%45.10
%39.76

CMYK Percentages of Color #339886

%66
%0
%12
%40

Triadic Colors of #339886

#339886 #863398 #988633

Analogous Colors of #339886

#339886 #337898 #339854

Monochromatic Colors of #339886

#339886

Complementary Color

#339886 #983345

#339886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339886 Color CSS Codes

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

#339886 Text Font Color

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

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


#339886 Background Color

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

This div background color is #339886


#339886 Border Color

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

This div border color is #339886


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,152,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339886; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339886;
  -webkit-box-shadow: 1px 1px 3px 2px #339886;
  box-shadow:         1px 1px 3px 2px #339886; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339886


Comments

No comments written yet.

Please login to write comment.