Color Hex Logo

#348683 Color Hex

#348683
(52,134,131)
0 Favorites   0 Comments

Color spaces of #348683

RGB 52134131
HSL0.490.440.36
HSV178°61°53°
CMYK 0.610.000.02   0.47
XYZ14.038019.419024.4811
Yxy19.41900.24230.3352
Hunter Lab44.0670-20.2542-2.0912
CIE-Lab51.1739-25.2455-5.7980

#348683 color RGB value is (52,134,131).

#348683 hex color red value is 52, green value is 134 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #348683 hue: 0.49 , saturation: 0.44 and the lightness value of 348683 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000110 10000011
Octal 64 206 203
Decimal 52 134 131
Hex 34 86 83

RGB Percentages of Color #348683

%16.40
%42.27
%41.32

CMYK Percentages of Color #348683

%61
%0
%2
%47

Triadic Colors of #348683

#348683 #833486 #868334

Analogous Colors of #348683

#348683 #346086 #34865a

Monochromatic Colors of #348683

#348683

Complementary Color

#348683 #863437

#348683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348683 Color CSS Codes

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

#348683 Text Font Color

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

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


#348683 Background Color

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

This div background color is #348683


#348683 Border Color

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

This div border color is #348683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348683


Comments

No comments written yet.

Please login to write comment.