Color Hex Logo

#0c9bae Color Hex

#0C9BAE
(12,155,174)
0 Favorites   0 Comments

Color spaces of #0c9bae

RGB 12155174
HSL0.520.870.36
HSV187°93°68°
CMYK 0.930.110.00   0.32
XYZ19.512926.576844.1458
Yxy26.57680.21620.2945
Hunter Lab51.5527-22.6542-14.6846
CIE-Lab58.5805-26.5070-19.4395

#0c9bae color RGB value is (12,155,174).

#0c9bae hex color red value is 12, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0c9bae hue: 0.52 , saturation: 0.87 and the lightness value of 0c9bae is 0.36.

The process color (four color CMYK) of #0c9bae color hex is 0.93, 0.11, 0.00, 0.32. Web safe color of #0c9bae is #009999. Color #0c9bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10011011 10101110
Octal 14 233 256
Decimal 12 155 174
Hex C 9B AE

RGB Percentages of Color #0c9bae

%3.52
%45.45
%51.03

CMYK Percentages of Color #0c9bae

%93
%11
%0
%32

Triadic Colors of #0c9bae

#0c9bae #ae0c9b #9bae0c

Analogous Colors of #0c9bae

#0c9bae #0c4aae #0cae70

Monochromatic Colors of #0c9bae

#0c9bae

Complementary Color

#0c9bae #ae1f0c

#0c9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c9bae Color CSS Codes

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

#0c9bae Text Font Color

<p style="color:#0c9bae">Text here</p>

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


#0c9bae Background Color

<div style="background-color:#0c9bae">
Div content here</div>

This div background color is #0c9bae


#0c9bae Border Color

<div style="border:3px solid #0c9bae">
Div here</div>

This div border color is #0c9bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,155,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c9bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c9bae;
  -webkit-box-shadow: 1px 1px 3px 2px #0c9bae;
  box-shadow:         1px 1px 3px 2px #0c9bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c9bae


Comments

No comments written yet.

Please login to write comment.