Color Hex Logo

#309687 Color Hex

#309687
(48,150,135)
0 Favorites   0 Comments

Color spaces of #309687

RGB 48150135
HSL0.480.520.39
HSV171°68°59°
CMYK 0.680.000.10   0.41
XYZ16.498424.190326.7213
Yxy24.19030.24470.3589
Hunter Lab49.1836-26.19442.2165
CIE-Lab56.2778-32.6278-0.5998

#309687 color RGB value is (48,150,135).

#309687 hex color red value is 48, green value is 150 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #309687 hue: 0.48 , saturation: 0.52 and the lightness value of 309687 is 0.39.

The process color (four color CMYK) of #309687 color hex is 0.68, 0.00, 0.10, 0.41. Web safe color of #309687 is #339999. Color #309687 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 10000111
Octal 60 226 207
Decimal 48 150 135
Hex 30 96 87

RGB Percentages of Color #309687

%14.41
%45.05
%40.54

CMYK Percentages of Color #309687

%68
%0
%10
%41

Triadic Colors of #309687

#309687 #873096 #968730

Analogous Colors of #309687

#309687 #307296 #309654

Monochromatic Colors of #309687

#309687

Complementary Color

#309687 #96303f

#309687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309687 Color CSS Codes

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

#309687 Text Font Color

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

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


#309687 Background Color

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

This div background color is #309687


#309687 Border Color

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

This div border color is #309687


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,150,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309687; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309687;
  -webkit-box-shadow: 1px 1px 3px 2px #309687;
  box-shadow:         1px 1px 3px 2px #309687; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309687


Comments

No comments written yet.

Please login to write comment.