Color Hex Logo

#0069ce Color Hex

#0069CE
(0,105,206)
0 Favorites   0 Comments

Color spaces of #0069ce

RGB 0105206
HSL0.581.000.40
HSV209°100°81°
CMYK 1.000.490.00   0.19
XYZ16.192214.559460.3493
Yxy14.55940.17770.1598
Hunter Lab38.15688.9738-67.0641
CIE-Lab45.024714.1407-59.0710

#0069ce color RGB value is (0,105,206).

#0069ce hex color red value is 0, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0069ce hue: 0.58 , saturation: 1.00 and the lightness value of 0069ce is 0.40.

The process color (four color CMYK) of #0069ce color hex is 1.00, 0.49, 0.00, 0.19. Web safe color of #0069ce is #0066cc. Color #0069ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101001 11001110
Octal 0 151 316
Decimal 0 105 206
Hex 0 69 CE

RGB Percentages of Color #0069ce

%0.00
%33.76
%66.24

CMYK Percentages of Color #0069ce

%100
%49
%0
%19

Triadic Colors of #0069ce

#0069ce #ce0069 #69ce00

Analogous Colors of #0069ce

#0069ce #0002ce #00cecc

Monochromatic Colors of #0069ce

#0069ce

Complementary Color

#0069ce #ce6500

#0069ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0069ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0069ce Color CSS Codes

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

#0069ce Text Font Color

<p style="color:#0069ce">Text here</p>

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


#0069ce Background Color

<div style="background-color:#0069ce">
Div content here</div>

This div background color is #0069ce


#0069ce Border Color

<div style="border:3px solid #0069ce">
Div here</div>

This div border color is #0069ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,105,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0069ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0069ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0069ce;
  box-shadow:         1px 1px 3px 2px #0069ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,105,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 #0069ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0069ce


Comments

No comments written yet.

Please login to write comment.