Color Hex Logo

#08a8da Color Hex

#08A8DA
(8,168,218)
0 Favorites   0 Comments

Color spaces of #08a8da

RGB 8168218
HSL0.540.930.44
HSV194°96°85°
CMYK 0.960.230.00   0.15
XYZ26.757733.118871.3120
Yxy33.11880.20400.2525
Hunter Lab57.5489-17.7161-33.1852
CIE-Lab64.2570-18.2375-35.3116

#08a8da color RGB value is (8,168,218).

#08a8da hex color red value is 8, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #08a8da hue: 0.54 , saturation: 0.93 and the lightness value of 08a8da is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101000 11011010
Octal 10 250 332
Decimal 8 168 218
Hex 8 A8 DA

RGB Percentages of Color #08a8da

%2.03
%42.64
%55.33

CMYK Percentages of Color #08a8da

%96
%23
%0
%15

Triadic Colors of #08a8da

#08a8da #da08a8 #a8da08

Analogous Colors of #08a8da

#08a8da #083fda #08daa3

Monochromatic Colors of #08a8da

#08a8da

Complementary Color

#08a8da #da3a08

#08a8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08a8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#08a8da Color CSS Codes

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

#08a8da Text Font Color

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

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


#08a8da Background Color

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

This div background color is #08a8da


#08a8da Border Color

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

This div border color is #08a8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08a8da


Comments

No comments written yet.

Please login to write comment.