color codes Logo

#09dabc color codes

#09DABC
(9,218,188)
0 Favorites   0 Comments

Color spaces of #09dabc

RGB 9218188
HSL0.480.920.45
HSV171°96°85°
CMYK 0.960.000.14   0.15
XYZ34.261253.831756.1618
Yxy53.83170.23750.3732
Hunter Lab73.3701-45.04465.9750
CIE-Lab78.3635-50.89652.3009

#09dabc color RGB value is (9,218,188).

#09dabc hex color red value is 9, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #09dabc hue: 0.48 , saturation: 0.92 and the lightness value of 09dabc is 0.45.

The process color (four color CMYK) of #09dabc color code is 0.96, 0.00, 0.14, 0.15. Web safe color of #09dabc is #00cccc. Color #09dabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011010 10111100
Octal 11 332 274
Decimal 9 218 188
Hex 9 DA BC

RGB Percentages of Color #09dabc

%2.17
%52.53
%45.30

CMYK Percentages of Color #09dabc

%96
%0
%14
%15

Triadic Colors of #09dabc

#09dabc #bc09da #dabc09

Analogous Colors of #09dabc

#09dabc #0990da #09da54

Monochromatic Colors of #09dabc

#09dabc

Complementary Color

#09dabc #da0927

#09dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09dabc Color CSS Codes

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

#09dabc Text Font Color

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

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


#09dabc Background Color

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

This div background color is #09dabc


#09dabc Border Color

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

This div border color is #09dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09dabc


Comments

No comments written yet.

Please login to write comment.