Color Hex Logo

#09accf Color Hex

#09ACCF
(9,172,207)
0 Favorites   0 Comments

Color spaces of #09accf

RGB 9172207
HSL0.530.920.42
HSV191°96°81°
CMYK 0.960.170.00   0.19
XYZ26.127734.068164.2302
Yxy34.06810.21000.2738
Hunter Lab58.3679-22.2404-24.3874
CIE-Lab65.0166-24.1040-28.0510

#09accf color RGB value is (9,172,207).

#09accf hex color red value is 9, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #09accf hue: 0.53 , saturation: 0.92 and the lightness value of 09accf is 0.42.

The process color (four color CMYK) of #09accf color hex is 0.96, 0.17, 0.00, 0.19. Web safe color of #09accf is #0099cc. Color #09accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101100 11001111
Octal 11 254 317
Decimal 9 172 207
Hex 9 AC CF

RGB Percentages of Color #09accf

%2.32
%44.33
%53.35

CMYK Percentages of Color #09accf

%96
%17
%0
%19

Triadic Colors of #09accf

#09accf #cf09ac #accf09

Analogous Colors of #09accf

#09accf #0949cf #09cf8f

Monochromatic Colors of #09accf

#09accf

Complementary Color

#09accf #cf2c09

#09accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09accf Color CSS Codes

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

#09accf Text Font Color

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

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


#09accf Background Color

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

This div background color is #09accf


#09accf Border Color

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

This div border color is #09accf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,172,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09accf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09accf;
  -webkit-box-shadow: 1px 1px 3px 2px #09accf;
  box-shadow:         1px 1px 3px 2px #09accf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09accf


Comments

No comments written yet.

Please login to write comment.