Color Hex Logo

#09cbb7 Color Hex

#09CBB7
(9,203,183)
0 Favorites   0 Comments

Color spaces of #09cbb7

RGB 9203183
HSL0.480.920.42
HSV174°96°80°
CMYK 0.960.000.10   0.20
XYZ30.015846.188852.1331
Yxy46.18880.23390.3599
Hunter Lab67.9623-40.09902.0930
CIE-Lab73.6679-46.0073-1.8642

#09cbb7 color RGB value is (9,203,183).

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

The process color (four color CMYK) of #09cbb7 color hex is 0.96, 0.00, 0.10, 0.20. Web safe color of #09cbb7 is #00cccc. Color #09cbb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001011 10110111
Octal 11 313 267
Decimal 9 203 183
Hex 9 CB B7

RGB Percentages of Color #09cbb7

%2.28
%51.39
%46.33

CMYK Percentages of Color #09cbb7

%96
%0
%10
%20

Triadic Colors of #09cbb7

#09cbb7 #b709cb #cbb709

Analogous Colors of #09cbb7

#09cbb7 #097ecb #09cb56

Monochromatic Colors of #09cbb7

#09cbb7

Complementary Color

#09cbb7 #cb091d

#09cbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cbb7 Color CSS Codes

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

#09cbb7 Text Font Color

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

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


#09cbb7 Background Color

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

This div background color is #09cbb7


#09cbb7 Border Color

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

This div border color is #09cbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cbb7


Comments

No comments written yet.

Please login to write comment.