Color Hex Logo

#09cabf Color Hex

#09CABF
(9,202,191)
0 Favorites   0 Comments

Color spaces of #09cabf

RGB 9202191
HSL0.490.910.41
HSV177°96°79°
CMYK 0.960.000.05   0.21
XYZ30.637246.060756.5661
Yxy46.06070.22990.3456
Hunter Lab67.8680-38.1900-1.9089
CIE-Lab73.5849-43.3160-6.3220

#09cabf color RGB value is (9,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001010 10111111
Octal 11 312 277
Decimal 9 202 191
Hex 9 CA BF

RGB Percentages of Color #09cabf

%2.24
%50.25
%47.51

CMYK Percentages of Color #09cabf

%96
%0
%5
%21

Triadic Colors of #09cabf

#09cabf #bf09ca #cabf09

Analogous Colors of #09cabf

#09cabf #0975ca #09ca5f

Monochromatic Colors of #09cabf

#09cabf

Complementary Color

#09cabf #ca0914

#09cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cabf Color CSS Codes

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

#09cabf Text Font Color

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

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


#09cabf Background Color

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

This div background color is #09cabf


#09cabf Border Color

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

This div border color is #09cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cabf


Comments

No comments written yet.

Please login to write comment.