Color Hex Logo

#0accbb Color Hex

#0ACCBB
(10,204,187)
0 Favorites   0 Comments

Color spaces of #0accbb

RGB 10204187
HSL0.490.910.42
HSV175°95°80°
CMYK 0.950.000.08   0.20
XYZ30.687746.838154.4370
Yxy46.83810.23250.3549
Hunter Lab68.4384-39.72790.7466
CIE-Lab74.0861-45.2880-3.4149

#0accbb color RGB value is (10,204,187).

#0accbb hex color red value is 10, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0accbb hue: 0.49 , saturation: 0.91 and the lightness value of 0accbb is 0.42.

The process color (four color CMYK) of #0accbb color hex is 0.95, 0.00, 0.08, 0.20. Web safe color of #0accbb is #00cccc. Color #0accbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001100 10111011
Octal 12 314 273
Decimal 10 204 187
Hex A CC BB

RGB Percentages of Color #0accbb

%2.49
%50.87
%46.63

CMYK Percentages of Color #0accbb

%95
%0
%8
%20

Triadic Colors of #0accbb

#0accbb #bb0acc #ccbb0a

Analogous Colors of #0accbb

#0accbb #0a7ccc #0acc5a

Monochromatic Colors of #0accbb

#0accbb

Complementary Color

#0accbb #cc0a1b

#0accbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0accbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0accbb Color CSS Codes

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

#0accbb Text Font Color

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

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


#0accbb Background Color

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

This div background color is #0accbb


#0accbb Border Color

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

This div border color is #0accbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0accbb


Comments

No comments written yet.

Please login to write comment.