Color Hex Logo

#0a84dd Color Hex

#0A84DD
(10,132,221)
0 Favorites   0 Comments

Color spaces of #0a84dd

RGB 10132221
HSL0.570.910.45
HSV205°95°87°
CMYK 0.950.400.00   0.13
XYZ21.427621.787571.4827
Yxy21.78750.18680.1900
Hunter Lab46.67710.2574-58.1245
CIE-Lab53.80083.4436-53.4780

#0a84dd color RGB value is (10,132,221).

#0a84dd hex color red value is 10, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0a84dd hue: 0.57 , saturation: 0.91 and the lightness value of 0a84dd is 0.45.

The process color (four color CMYK) of #0a84dd color hex is 0.95, 0.40, 0.00, 0.13. Web safe color of #0a84dd is #0099cc. Color #0a84dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10000100 11011101
Octal 12 204 335
Decimal 10 132 221
Hex A 84 DD

RGB Percentages of Color #0a84dd

%2.75
%36.36
%60.88

CMYK Percentages of Color #0a84dd

%95
%40
%0
%13

Triadic Colors of #0a84dd

#0a84dd #dd0a84 #84dd0a

Analogous Colors of #0a84dd

#0a84dd #0a1add #0addcd

Monochromatic Colors of #0a84dd

#0a84dd

Complementary Color

#0a84dd #dd630a

#0a84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a84dd Color CSS Codes

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

#0a84dd Text Font Color

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

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


#0a84dd Background Color

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

This div background color is #0a84dd


#0a84dd Border Color

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

This div border color is #0a84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a84dd


Comments

No comments written yet.

Please login to write comment.