Color Hex Logo

#08accd Color Hex

#08ACCD
(8,172,205)
0 Favorites   0 Comments

Color spaces of #08accd

RGB 8172205
HSL0.530.920.42
HSV190°96°80°
CMYK 0.960.160.00   0.20
XYZ25.872133.964462.9498
Yxy33.96440.21070.2766
Hunter Lab58.2790-22.7458-23.2466
CIE-Lab64.9343-24.8129-27.0708

#08accd color RGB value is (8,172,205).

#08accd hex color red value is 8, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #08accd hue: 0.53 , saturation: 0.92 and the lightness value of 08accd is 0.42.

The process color (four color CMYK) of #08accd color hex is 0.96, 0.16, 0.00, 0.20. Web safe color of #08accd is #0099cc. Color #08accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101100 11001101
Octal 10 254 315
Decimal 8 172 205
Hex 8 AC CD

RGB Percentages of Color #08accd

%2.08
%44.68
%53.25

CMYK Percentages of Color #08accd

%96
%16
%0
%20

Triadic Colors of #08accd

#08accd #cd08ac #accd08

Analogous Colors of #08accd

#08accd #084acd #08cd8c

Monochromatic Colors of #08accd

#08accd

Complementary Color

#08accd #cd2908

#08accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08accd Color CSS Codes

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

#08accd Text Font Color

<p style="color:#08accd">Text here</p>

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


#08accd Background Color

<div style="background-color:#08accd">
Div content here</div>

This div background color is #08accd


#08accd Border Color

<div style="border:3px solid #08accd">
Div here</div>

This div border color is #08accd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,172,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08accd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08accd;
  -webkit-box-shadow: 1px 1px 3px 2px #08accd;
  box-shadow:         1px 1px 3px 2px #08accd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,172,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08accd


Comments

No comments written yet.

Please login to write comment.