Color Hex Logo

#0cbbd1 Color Hex

#0CBBD1
(12,187,209)
0 Favorites   0 Comments

Color spaces of #0cbbd1

RGB 12187209
HSL0.520.890.43
HSV187°94°82°
CMYK 0.940.110.00   0.18
XYZ29.430640.222366.5341
Yxy40.22230.21610.2953
Hunter Lab63.4211-28.1537-17.8055
CIE-Lab69.6276-30.8195-22.0830

#0cbbd1 color RGB value is (12,187,209).

#0cbbd1 hex color red value is 12, green value is 187 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #0cbbd1 hue: 0.52 , saturation: 0.89 and the lightness value of 0cbbd1 is 0.43.

The process color (four color CMYK) of #0cbbd1 color hex is 0.94, 0.11, 0.00, 0.18. Web safe color of #0cbbd1 is #00cccc. Color #0cbbd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 11010001
Octal 14 273 321
Decimal 12 187 209
Hex C BB D1

RGB Percentages of Color #0cbbd1

%2.94
%45.83
%51.23

CMYK Percentages of Color #0cbbd1

%94
%11
%0
%18

Triadic Colors of #0cbbd1

#0cbbd1 #d10cbb #bbd10c

Analogous Colors of #0cbbd1

#0cbbd1 #0c58d1 #0cd185

Monochromatic Colors of #0cbbd1

#0cbbd1

Complementary Color

#0cbbd1 #d1220c

#0cbbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbd1 Color CSS Codes

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

#0cbbd1 Text Font Color

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

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


#0cbbd1 Background Color

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

This div background color is #0cbbd1


#0cbbd1 Border Color

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

This div border color is #0cbbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbd1


Comments

No comments written yet.

Please login to write comment.