Color Hex Logo

#006ebc Color Hex

#006EBC
(0,110,188)
0 Favorites   0 Comments

Color spaces of #006ebc

RGB 0110188
HSL0.571.000.37
HSV205°100°74°
CMYK 1.000.410.00   0.26
XYZ14.653014.782749.6580
Yxy14.78270.18530.1869
Hunter Lab38.44830.7435-49.6624
CIE-Lab45.33513.7261-48.1974

#006ebc color RGB value is (0,110,188).

#006ebc hex color red value is 0, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #006ebc hue: 0.57 , saturation: 1.00 and the lightness value of 006ebc is 0.37.

The process color (four color CMYK) of #006ebc color hex is 1.00, 0.41, 0.00, 0.26. Web safe color of #006ebc is #0066cc. Color #006ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101110 10111100
Octal 0 156 274
Decimal 0 110 188
Hex 0 6E BC

RGB Percentages of Color #006ebc

%0.00
%36.91
%63.09

CMYK Percentages of Color #006ebc

%100
%41
%0
%26

Triadic Colors of #006ebc

#006ebc #bc006e #6ebc00

Analogous Colors of #006ebc

#006ebc #0010bc #00bcac

Monochromatic Colors of #006ebc

#006ebc

Complementary Color

#006ebc #bc4e00

#006ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006ebc Color CSS Codes

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

#006ebc Text Font Color

<p style="color:#006ebc">Text here</p>

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


#006ebc Background Color

<div style="background-color:#006ebc">
Div content here</div>

This div background color is #006ebc


#006ebc Border Color

<div style="border:3px solid #006ebc">
Div here</div>

This div border color is #006ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,110,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #006ebc;
  box-shadow:         1px 1px 3px 2px #006ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,110,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006ebc


Comments

No comments written yet.

Please login to write comment.