Color Hex Logo

#098edd Color Hex

#098EDD
(9,142,221)
0 Favorites   0 Comments

Color spaces of #098edd

RGB 9142221
HSL0.560.920.45
HSV202°96°87°
CMYK 0.960.360.00   0.13
XYZ22.836824.624571.9560
Yxy24.62450.19120.2062
Hunter Lab49.6231-4.6938-51.2374
CIE-Lab56.7077-2.5562-48.8489

#098edd color RGB value is (9,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001110 11011101
Octal 11 216 335
Decimal 9 142 221
Hex 9 8E DD

RGB Percentages of Color #098edd

%2.42
%38.17
%59.41

CMYK Percentages of Color #098edd

%96
%36
%0
%13

Triadic Colors of #098edd

#098edd #dd098e #8edd09

Analogous Colors of #098edd

#098edd #0924dd #09ddc2

Monochromatic Colors of #098edd

#098edd

Complementary Color

#098edd #dd5809

#098edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#098edd Color CSS Codes

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

#098edd Text Font Color

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

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


#098edd Background Color

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

This div background color is #098edd


#098edd Border Color

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

This div border color is #098edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098edd


Comments

No comments written yet.

Please login to write comment.