Color Hex Logo

#368686 Color Hex

#368686
(54,134,134)
0 Favorites   0 Comments

Color spaces of #368686

RGB 54134134
HSL0.500.430.37
HSV180°60°53°
CMYK 0.600.000.00   0.47
XYZ14.349519.555725.5726
Yxy19.55570.24130.3288
Hunter Lab44.2218-19.4669-3.3309
CIE-Lab51.3311-23.9827-7.3080

#368686 color RGB value is (54,134,134).

#368686 hex color red value is 54, green value is 134 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #368686 hue: 0.50 , saturation: 0.43 and the lightness value of 368686 is 0.37.

The process color (four color CMYK) of #368686 color hex is 0.60, 0.00, 0.00, 0.47. Web safe color of #368686 is #339999. Color #368686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000110 10000110
Octal 66 206 206
Decimal 54 134 134
Hex 36 86 86

RGB Percentages of Color #368686

%16.77
%41.61
%41.61

CMYK Percentages of Color #368686

%60
%0
%0
%47

Triadic Colors of #368686

#368686 #863686 #868636

Analogous Colors of #368686

#368686 #365e86 #36865e

Monochromatic Colors of #368686

#368686

Complementary Color

#368686 #863636

#368686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368686 Color CSS Codes

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

#368686 Text Font Color

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

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


#368686 Background Color

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

This div background color is #368686


#368686 Border Color

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

This div border color is #368686


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,134,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 #368686">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368686


Comments

No comments written yet.

Please login to write comment.