Color Hex Logo

#0a84ee Color Hex

#0A84EE
(10,132,238)
0 Favorites   0 Comments

Color spaces of #0a84ee

RGB 10132238
HSL0.580.920.49
HSV208°96°93°
CMYK 0.960.450.00   0.07
XYZ23.809122.740184.0233
Yxy22.74010.18230.1742
Hunter Lab47.68665.6705-71.0878
CIE-Lab54.803610.0013-61.3715

#0a84ee color RGB value is (10,132,238).

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

The process color (four color CMYK) of #0a84ee color hex is 0.96, 0.45, 0.00, 0.07. Web safe color of #0a84ee is #0099ff. Color #0a84ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10000100 11101110
Octal 12 204 356
Decimal 10 132 238
Hex A 84 EE

RGB Percentages of Color #0a84ee

%2.63
%34.74
%62.63

CMYK Percentages of Color #0a84ee

%96
%45
%0
%7

Triadic Colors of #0a84ee

#0a84ee #ee0a84 #84ee0a

Analogous Colors of #0a84ee

#0a84ee #0a12ee #0aeee6

Monochromatic Colors of #0a84ee

#0a84ee

Complementary Color

#0a84ee #ee740a

#0a84ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a84ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a84ee Color CSS Codes

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

#0a84ee Text Font Color

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

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


#0a84ee Background Color

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

This div background color is #0a84ee


#0a84ee Border Color

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

This div border color is #0a84ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a84ee


Comments

No comments written yet.

Please login to write comment.