Color Hex Logo

#0a0def Color Hex

#0A0DEF
(10,13,239)
0 Favorites   0 Comments

Color spaces of #0a0def

RGB 1013239
HSL0.660.920.49
HSV239°96°94°
CMYK 0.960.950.00   0.06
XYZ15.84916.584482.0969
Yxy6.58440.15160.0630
Hunter Lab25.660165.3464-171.7304
CIE-Lab30.841473.3039-101.2728

#0a0def color RGB value is (10,13,239).

#0a0def hex color red value is 10, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0a0def hue: 0.66 , saturation: 0.92 and the lightness value of 0a0def is 0.49.

The process color (four color CMYK) of #0a0def color hex is 0.96, 0.95, 0.00, 0.06. Web safe color of #0a0def is #0000ff. Color #0a0def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00001101 11101111
Octal 12 15 357
Decimal 10 13 239
Hex A D EF

RGB Percentages of Color #0a0def

%3.82
%4.96
%91.22

CMYK Percentages of Color #0a0def

%96
%95
%0
%6

Triadic Colors of #0a0def

#0a0def #ef0a0d #0def0a

Analogous Colors of #0a0def

#0a0def #7a0aef #0a80ef

Monochromatic Colors of #0a0def

#0a0def

Complementary Color

#0a0def #efec0a

#0a0def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a0def Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a0def Color CSS Codes

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

#0a0def Text Font Color

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

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


#0a0def Background Color

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

This div background color is #0a0def


#0a0def Border Color

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

This div border color is #0a0def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a0def


Comments

No comments written yet.

Please login to write comment.