Color Hex Logo

#095aef Color Hex

#095AEF
(9,90,239)
0 Favorites   0 Comments

Color spaces of #095aef

RGB 990239
HSL0.610.930.49
HSV219°96°94°
CMYK 0.960.620.00   0.06
XYZ19.348813.602483.2671
Yxy13.60240.16650.1170
Hunter Lab36.881429.1025-108.0419
CIE-Lab43.657236.9884-80.0374

#095aef color RGB value is (9,90,239).

#095aef hex color red value is 9, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #095aef hue: 0.61 , saturation: 0.93 and the lightness value of 095aef is 0.49.

The process color (four color CMYK) of #095aef color hex is 0.96, 0.62, 0.00, 0.06. Web safe color of #095aef is #0066ff. Color #095aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011010 11101111
Octal 11 132 357
Decimal 9 90 239
Hex 9 5A EF

RGB Percentages of Color #095aef

%2.66
%26.63
%70.71

CMYK Percentages of Color #095aef

%96
%62
%0
%6

Triadic Colors of #095aef

#095aef #ef095a #5aef09

Analogous Colors of #095aef

#095aef #2b09ef #09cdef

Monochromatic Colors of #095aef

#095aef

Complementary Color

#095aef #ef9e09

#095aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#095aef Color CSS Codes

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

#095aef Text Font Color

<p style="color:#095aef">Text here</p>

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


#095aef Background Color

<div style="background-color:#095aef">
Div content here</div>

This div background color is #095aef


#095aef Border Color

<div style="border:3px solid #095aef">
Div here</div>

This div border color is #095aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,90,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095aef;
  -webkit-box-shadow: 1px 1px 3px 2px #095aef;
  box-shadow:         1px 1px 3px 2px #095aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095aef


Comments

No comments written yet.

Please login to write comment.