Color Hex Logo

#095dec Color Hex

#095DEC
(9,93,236)
0 Favorites   0 Comments

Color spaces of #095dec

RGB 993236
HSL0.600.930.48
HSV218°96°93°
CMYK 0.960.610.00   0.07
XYZ19.167313.942981.0379
Yxy13.94290.16790.1221
Hunter Lab37.340226.2815-102.5365
CIE-Lab44.150933.9379-77.5393

#095dec color RGB value is (9,93,236).

#095dec hex color red value is 9, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #095dec hue: 0.60 , saturation: 0.93 and the lightness value of 095dec is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011101 11101100
Octal 11 135 354
Decimal 9 93 236
Hex 9 5D EC

RGB Percentages of Color #095dec

%2.66
%27.51
%69.82

CMYK Percentages of Color #095dec

%96
%61
%0
%7

Triadic Colors of #095dec

#095dec #ec095d #5dec09

Analogous Colors of #095dec

#095dec #2709ec #09cfec

Monochromatic Colors of #095dec

#095dec

Complementary Color

#095dec #ec9809

#095dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#095dec Color CSS Codes

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

#095dec Text Font Color

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

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


#095dec Background Color

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

This div background color is #095dec


#095dec Border Color

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

This div border color is #095dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095dec


Comments

No comments written yet.

Please login to write comment.