color codes Logo

#09aeaf color codes

#09AEAF
(9,174,175)
0 Favorites   0 Comments

Color spaces of #09aeaf

RGB 9174175
HSL0.500.900.36
HSV180°95°69°
CMYK 0.950.010.00   0.31
XYZ22.986633.425345.7977
Yxy33.42530.22490.3270
Hunter Lab57.8146-30.2055-6.4962
CIE-Lab64.5038-35.4819-11.0507

#09aeaf color RGB value is (9,174,175).

#09aeaf hex color red value is 9, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #09aeaf hue: 0.50 , saturation: 0.90 and the lightness value of 09aeaf is 0.36.

The process color (four color CMYK) of #09aeaf color code is 0.95, 0.01, 0.00, 0.31. Web safe color of #09aeaf is #009999. Color #09aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101110 10101111
Octal 11 256 257
Decimal 9 174 175
Hex 9 AE AF

RGB Percentages of Color #09aeaf

%2.51
%48.60
%48.88

CMYK Percentages of Color #09aeaf

%95
%1
%0
%31

Triadic Colors of #09aeaf

#09aeaf #af09ae #aeaf09

Analogous Colors of #09aeaf

#09aeaf #095baf #09af5d

Monochromatic Colors of #09aeaf

#09aeaf

Complementary Color

#09aeaf #af0a09

#09aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09aeaf Color CSS Codes

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

#09aeaf Text Font Color

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

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


#09aeaf Background Color

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

This div background color is #09aeaf


#09aeaf Border Color

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

This div border color is #09aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09aeaf


Comments

No comments written yet.

Please login to write comment.