Color Hex Logo

#0a1edc Color Hex

#0A1EDC
(10,30,220)
0 Favorites   0 Comments

Color spaces of #0a1edc

RGB 1030220
HSL0.650.910.45
HSV234°95°86°
CMYK 0.950.860.00   0.14
XYZ13.50776.160468.1873
Yxy6.16040.15370.0701
Hunter Lab24.820253.7086-145.5107
CIE-Lab29.813663.4538-92.1220

#0a1edc color RGB value is (10,30,220).

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

The process color (four color CMYK) of #0a1edc color hex is 0.95, 0.86, 0.00, 0.14. Web safe color of #0a1edc is #0033cc. Color #0a1edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00011110 11011100
Octal 12 36 334
Decimal 10 30 220
Hex A 1E DC

RGB Percentages of Color #0a1edc

%3.85
%11.54
%84.62

CMYK Percentages of Color #0a1edc

%95
%86
%0
%14

Triadic Colors of #0a1edc

#0a1edc #dc0a1e #1edc0a

Analogous Colors of #0a1edc

#0a1edc #5f0adc #0a87dc

Monochromatic Colors of #0a1edc

#0a1edc

Complementary Color

#0a1edc #dcc80a

#0a1edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a1edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a1edc Color CSS Codes

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

#0a1edc Text Font Color

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

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


#0a1edc Background Color

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

This div background color is #0a1edc


#0a1edc Border Color

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

This div border color is #0a1edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a1edc


Comments

No comments written yet.

Please login to write comment.