Color Hex Logo

#093edf Color Hex

#093EDF
(9,62,223)
0 Favorites   0 Comments

Color spaces of #093edf

RGB 962223
HSL0.630.920.45
HSV225°96°87°
CMYK 0.960.720.00   0.13
XYZ15.15468.831070.7179
Yxy8.83100.16000.0932
Hunter Lab29.717039.0238-120.2912
CIE-Lab35.656948.4677-84.1385

#093edf color RGB value is (9,62,223).

#093edf hex color red value is 9, green value is 62 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #093edf hue: 0.63 , saturation: 0.92 and the lightness value of 093edf is 0.45.

The process color (four color CMYK) of #093edf color hex is 0.96, 0.72, 0.00, 0.13. Web safe color of #093edf is #0033cc. Color #093edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111110 11011111
Octal 11 76 337
Decimal 9 62 223
Hex 9 3E DF

RGB Percentages of Color #093edf

%3.06
%21.09
%75.85

CMYK Percentages of Color #093edf

%96
%72
%0
%13

Triadic Colors of #093edf

#093edf #df093e #3edf09

Analogous Colors of #093edf

#093edf #3f09df #09a9df

Monochromatic Colors of #093edf

#093edf

Complementary Color

#093edf #dfaa09

#093edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#093edf Color CSS Codes

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

#093edf Text Font Color

<p style="color:#093edf">Text here</p>

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


#093edf Background Color

<div style="background-color:#093edf">
Div content here</div>

This div background color is #093edf


#093edf Border Color

<div style="border:3px solid #093edf">
Div here</div>

This div border color is #093edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,62,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093edf;
  -webkit-box-shadow: 1px 1px 3px 2px #093edf;
  box-shadow:         1px 1px 3px 2px #093edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,62,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093edf


Comments

No comments written yet.

Please login to write comment.