Color Hex Logo

#0accbd Color Hex

#0ACCBD
(10,204,189)
0 Favorites   0 Comments

Color spaces of #0accbd

RGB 10204189
HSL0.490.910.42
HSV175°95°80°
CMYK 0.950.000.07   0.20
XYZ30.903346.924455.5726
Yxy46.92440.23170.3518
Hunter Lab68.5014-39.3500-0.1488
CIE-Lab74.1414-44.7249-4.4157

#0accbd color RGB value is (10,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001100 10111101
Octal 12 314 275
Decimal 10 204 189
Hex A CC BD

RGB Percentages of Color #0accbd

%2.48
%50.62
%46.90

CMYK Percentages of Color #0accbd

%95
%0
%7
%20

Triadic Colors of #0accbd

#0accbd #bd0acc #ccbd0a

Analogous Colors of #0accbd

#0accbd #0a7acc #0acc5c

Monochromatic Colors of #0accbd

#0accbd

Complementary Color

#0accbd #cc0a19

#0accbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0accbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0accbd Color CSS Codes

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

#0accbd Text Font Color

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

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


#0accbd Background Color

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

This div background color is #0accbd


#0accbd Border Color

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

This div border color is #0accbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0accbd


Comments

No comments written yet.

Please login to write comment.