Color Hex Logo

#0a6cdf Color Hex

#0A6CDF
(10,108,223)
0 Favorites   0 Comments

Color spaces of #0a6cdf

RGB 10108223
HSL0.590.910.46
HSV212°96°87°
CMYK 0.960.520.00   0.13
XYZ18.807016.117471.9318
Yxy16.11740.17600.1508
Hunter Lab40.146513.3637-78.1293
CIE-Lab47.128119.2563-65.3459

#0a6cdf color RGB value is (10,108,223).

#0a6cdf hex color red value is 10, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0a6cdf hue: 0.59 , saturation: 0.91 and the lightness value of 0a6cdf is 0.46.

The process color (four color CMYK) of #0a6cdf color hex is 0.96, 0.52, 0.00, 0.13. Web safe color of #0a6cdf is #0066cc. Color #0a6cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01101100 11011111
Octal 12 154 337
Decimal 10 108 223
Hex A 6C DF

RGB Percentages of Color #0a6cdf

%2.93
%31.67
%65.40

CMYK Percentages of Color #0a6cdf

%96
%52
%0
%13

Triadic Colors of #0a6cdf

#0a6cdf #df0a6c #6cdf0a

Analogous Colors of #0a6cdf

#0a6cdf #120adf #0ad7df

Monochromatic Colors of #0a6cdf

#0a6cdf

Complementary Color

#0a6cdf #df7d0a

#0a6cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a6cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a6cdf Color CSS Codes

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

#0a6cdf Text Font Color

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

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


#0a6cdf Background Color

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

This div background color is #0a6cdf


#0a6cdf Border Color

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

This div border color is #0a6cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a6cdf


Comments

No comments written yet.

Please login to write comment.