Color Hex Logo

#095dce Color Hex

#095DCE
(9,93,206)
0 Favorites   0 Comments

Color spaces of #095dce

RGB 993206
HSL0.600.920.42
HSV214°96°81°
CMYK 0.960.550.00   0.19
XYZ15.167612.343059.9755
Yxy12.34300.17340.1411
Hunter Lab35.132615.5807-76.6222
CIE-Lab41.756122.2551-64.3666

#095dce color RGB value is (9,93,206).

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

The process color (four color CMYK) of #095dce color hex is 0.96, 0.55, 0.00, 0.19. Web safe color of #095dce is #0066cc. Color #095dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011101 11001110
Octal 11 135 316
Decimal 9 93 206
Hex 9 5D CE

RGB Percentages of Color #095dce

%2.92
%30.19
%66.88

CMYK Percentages of Color #095dce

%96
%55
%0
%19

Triadic Colors of #095dce

#095dce #ce095d #5dce09

Analogous Colors of #095dce

#095dce #1709ce #09c0ce

Monochromatic Colors of #095dce

#095dce

Complementary Color

#095dce #ce7a09

#095dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#095dce Color CSS Codes

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

#095dce Text Font Color

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

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


#095dce Background Color

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

This div background color is #095dce


#095dce Border Color

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

This div border color is #095dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095dce


Comments

No comments written yet.

Please login to write comment.