Color Hex Logo

#098edc Color Hex

#098EDC
(9,142,220)
0 Favorites   0 Comments

Color spaces of #098edc

RGB 9142220
HSL0.560.920.45
HSV202°96°86°
CMYK 0.960.350.00   0.14
XYZ22.703924.571471.2563
Yxy24.57140.19150.2073
Hunter Lab49.5695-4.9899-50.5308
CIE-Lab56.6554-2.9349-48.3726

#098edc color RGB value is (9,142,220).

#098edc hex color red value is 9, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #098edc hue: 0.56 , saturation: 0.92 and the lightness value of 098edc is 0.45.

The process color (four color CMYK) of #098edc color hex is 0.96, 0.35, 0.00, 0.14. Web safe color of #098edc is #0099cc. Color #098edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001110 11011100
Octal 11 216 334
Decimal 9 142 220
Hex 9 8E DC

RGB Percentages of Color #098edc

%2.43
%38.27
%59.30

CMYK Percentages of Color #098edc

%96
%35
%0
%14

Triadic Colors of #098edc

#098edc #dc098e #8edc09

Analogous Colors of #098edc

#098edc #0924dc #09dcc1

Monochromatic Colors of #098edc

#098edc

Complementary Color

#098edc #dc5709

#098edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#098edc Color CSS Codes

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

#098edc Text Font Color

<p style="color:#098edc">Text here</p>

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


#098edc Background Color

<div style="background-color:#098edc">
Div content here</div>

This div background color is #098edc


#098edc Border Color

<div style="border:3px solid #098edc">
Div here</div>

This div border color is #098edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,142,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098edc;
  -webkit-box-shadow: 1px 1px 3px 2px #098edc;
  box-shadow:         1px 1px 3px 2px #098edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,142,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 #098edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098edc


Comments

No comments written yet.

Please login to write comment.