Color Hex Logo

#0accd8 Color Hex

#0ACCD8
(10,204,216)
0 Favorites   0 Comments

Color spaces of #0accd8

RGB 10204216
HSL0.510.910.44
HSV183°95°85°
CMYK 0.950.060.00   0.15
XYZ34.112748.208172.4729
Yxy48.20810.22040.3114
Hunter Lab69.4321-33.8072-13.2842
CIE-Lab74.9560-36.7239-17.8025

#0accd8 color RGB value is (10,204,216).

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

The process color (four color CMYK) of #0accd8 color hex is 0.95, 0.06, 0.00, 0.15. Web safe color of #0accd8 is #00cccc. Color #0accd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001100 11011000
Octal 12 314 330
Decimal 10 204 216
Hex A CC D8

RGB Percentages of Color #0accd8

%2.33
%47.44
%50.23

CMYK Percentages of Color #0accd8

%95
%6
%0
%15

Triadic Colors of #0accd8

#0accd8 #d80acc #ccd80a

Analogous Colors of #0accd8

#0accd8 #0a65d8 #0ad87d

Monochromatic Colors of #0accd8

#0accd8

Complementary Color

#0accd8 #d8160a

#0accd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0accd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0accd8 Color CSS Codes

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

#0accd8 Text Font Color

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

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


#0accd8 Background Color

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

This div background color is #0accd8


#0accd8 Border Color

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

This div border color is #0accd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0accd8


Comments

No comments written yet.

Please login to write comment.