Color Hex Logo

#095848 Color Hex

#095848
(9,88,72)
0 Favorites   0 Comments

Color spaces of #095848

RGB 98872
HSL0.470.810.19
HSV168°90°35°
CMYK 0.900.000.18   0.65
XYZ4.77217.50547.3281
Yxy7.50540.24340.3828
Hunter Lab27.3960-16.85013.3178
CIE-Lab32.9308-26.45243.0105

#095848 color RGB value is (9,88,72).

#095848 hex color red value is 9, green value is 88 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #095848 hue: 0.47 , saturation: 0.81 and the lightness value of 095848 is 0.19.

The process color (four color CMYK) of #095848 color hex is 0.90, 0.00, 0.18, 0.65. Web safe color of #095848 is #006633. Color #095848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011000 01001000
Octal 11 130 110
Decimal 9 88 72
Hex 9 58 48

RGB Percentages of Color #095848

%5.33
%52.07
%42.60

CMYK Percentages of Color #095848

%90
%0
%18
%65

Triadic Colors of #095848

#095848 #480958 #584809

Analogous Colors of #095848

#095848 #094158 #095821

Monochromatic Colors of #095848

#095848

Complementary Color

#095848 #580919

#095848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095848 Color CSS Codes

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

#095848 Text Font Color

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

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


#095848 Background Color

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

This div background color is #095848


#095848 Border Color

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

This div border color is #095848


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,88,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095848; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095848;
  -webkit-box-shadow: 1px 1px 3px 2px #095848;
  box-shadow:         1px 1px 3px 2px #095848; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,88,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095848


Comments

No comments written yet.

Please login to write comment.