Color Hex Logo

#09caaa Color Hex

#09CAAA
(9,202,170)
0 Favorites   0 Comments

Color spaces of #09caaa

RGB 9202170
HSL0.470.910.41
HSV170°96°79°
CMYK 0.960.000.16   0.21
XYZ28.488945.201445.2534
Yxy45.20140.23950.3800
Hunter Lab67.2320-42.01837.1547
CIE-Lab73.0243-49.10764.2358

#09caaa color RGB value is (9,202,170).

#09caaa hex color red value is 9, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #09caaa hue: 0.47 , saturation: 0.91 and the lightness value of 09caaa is 0.41.

The process color (four color CMYK) of #09caaa color hex is 0.96, 0.00, 0.16, 0.21. Web safe color of #09caaa is #00cc99. Color #09caaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001010 10101010
Octal 11 312 252
Decimal 9 202 170
Hex 9 CA AA

RGB Percentages of Color #09caaa

%2.36
%53.02
%44.62

CMYK Percentages of Color #09caaa

%96
%0
%16
%21

Triadic Colors of #09caaa

#09caaa #aa09ca #caaa09

Analogous Colors of #09caaa

#09caaa #098aca #09ca4a

Monochromatic Colors of #09caaa

#09caaa

Complementary Color

#09caaa #ca0929

#09caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#09caaa Color CSS Codes

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

#09caaa Text Font Color

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

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


#09caaa Background Color

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

This div background color is #09caaa


#09caaa Border Color

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

This div border color is #09caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09caaa


Comments

No comments written yet.

Please login to write comment.