color codes Logo

#095fce color codes

#095FCE
(9,95,206)
0 Favorites   0 Comments

Color spaces of #095fce

RGB 995206
HSL0.590.920.42
HSV214°96°81°
CMYK 0.960.540.00   0.19
XYZ15.345412.698760.0348
Yxy12.69870.17420.1442
Hunter Lab35.635214.5048-74.9414
CIE-Lab42.305720.9419-63.4731

#095fce color RGB value is (9,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011111 11001110
Octal 11 137 316
Decimal 9 95 206
Hex 9 5F CE

RGB Percentages of Color #095fce

%2.90
%30.65
%66.45

CMYK Percentages of Color #095fce

%96
%54
%0
%19

Triadic Colors of #095fce

#095fce #ce095f #5fce09

Analogous Colors of #095fce

#095fce #1609ce #09c2ce

Monochromatic Colors of #095fce

#095fce

Complementary Color

#095fce #ce7809

#095fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#095fce Color CSS Codes

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

#095fce Text Font Color

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

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


#095fce Background Color

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

This div background color is #095fce


#095fce Border Color

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

This div border color is #095fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095fce


Comments

No comments written yet.

Please login to write comment.