Color Hex Logo

#09526b Color Hex

#09526B
(9,82,107)
0 Favorites   0 Comments

Color spaces of #09526b

RGB 982107
HSL0.540.840.23
HSV195°92°42°
CMYK 0.920.230.00   0.58
XYZ5.78387.154214.9860
Yxy7.15420.20710.2562
Hunter Lab26.7473-8.2093-14.4959
CIE-Lab32.1554-10.9008-20.2350

#09526b color RGB value is (9,82,107).

#09526b hex color red value is 9, green value is 82 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #09526b hue: 0.54 , saturation: 0.84 and the lightness value of 09526b is 0.23.

The process color (four color CMYK) of #09526b color hex is 0.92, 0.23, 0.00, 0.58. Web safe color of #09526b is #006666. Color #09526b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 01101011
Octal 11 122 153
Decimal 9 82 107
Hex 9 52 6B

RGB Percentages of Color #09526b

%4.55
%41.41
%54.04

CMYK Percentages of Color #09526b

%92
%23
%0
%58

Triadic Colors of #09526b

#09526b #6b0952 #526b09

Analogous Colors of #09526b

#09526b #09216b #096b53

Monochromatic Colors of #09526b

#09526b

Complementary Color

#09526b #6b2209

#09526b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09526b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09526b Color CSS Codes

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

#09526b Text Font Color

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

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


#09526b Background Color

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

This div background color is #09526b


#09526b Border Color

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

This div border color is #09526b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09526b


Comments

No comments written yet.

Please login to write comment.