Color Hex Logo

#08accf Color Hex

#08ACCF
(8,172,207)
0 Favorites   0 Comments

Color spaces of #08accf

RGB 8172207
HSL0.530.930.42
HSV191°96°81°
CMYK 0.960.170.00   0.19
XYZ26.115134.061764.2296
Yxy34.06170.20990.2738
Hunter Lab58.3624-22.2618-24.3968
CIE-Lab65.0115-24.1344-28.0592

#08accf color RGB value is (8,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101100 11001111
Octal 10 254 317
Decimal 8 172 207
Hex 8 AC CF

RGB Percentages of Color #08accf

%2.07
%44.44
%53.49

CMYK Percentages of Color #08accf

%96
%17
%0
%19

Triadic Colors of #08accf

#08accf #cf08ac #accf08

Analogous Colors of #08accf

#08accf #0848cf #08cf8f

Monochromatic Colors of #08accf

#08accf

Complementary Color

#08accf #cf2b08

#08accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#08accf Color CSS Codes

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

#08accf Text Font Color

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

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


#08accf Background Color

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

This div background color is #08accf


#08accf Border Color

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

This div border color is #08accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08accf


Comments

No comments written yet.

Please login to write comment.