Color Hex Logo

#097252 Color Hex

#097252
(9,114,82)
0 Favorites   0 Comments

Color spaces of #097252

RGB 911482
HSL0.450.850.24
HSV162°92°45°
CMYK 0.920.000.28   0.55
XYZ7.653012.701910.0310
Yxy12.70190.25190.4180
Hunter Lab35.6397-24.03988.2603
CIE-Lab42.3106-35.431310.2070

#097252 color RGB value is (9,114,82).

#097252 hex color red value is 9, green value is 114 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #097252 hue: 0.45 , saturation: 0.85 and the lightness value of 097252 is 0.24.

The process color (four color CMYK) of #097252 color hex is 0.92, 0.00, 0.28, 0.55. Web safe color of #097252 is #006666. Color #097252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110010 01010010
Octal 11 162 122
Decimal 9 114 82
Hex 9 72 52

RGB Percentages of Color #097252

%4.39
%55.61
%40.00

CMYK Percentages of Color #097252

%92
%0
%28
%55

Triadic Colors of #097252

#097252 #520972 #725209

Analogous Colors of #097252

#097252 #095e72 #09721e

Monochromatic Colors of #097252

#097252

Complementary Color

#097252 #720929

#097252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097252 Color CSS Codes

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

#097252 Text Font Color

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

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


#097252 Background Color

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

This div background color is #097252


#097252 Border Color

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

This div border color is #097252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097252


Comments

No comments written yet.

Please login to write comment.