Color Hex Logo

#006dfe Color Hex

#006DFE
(0,109,254)
0 Favorites   0 Comments

Color spaces of #006dfe

RGB 0109254
HSL0.601.000.50
HSV214°100°100°
CMYK 1.000.570.00   0.00
XYZ23.358018.093096.0271
Yxy18.09300.16990.1316
Hunter Lab42.535923.5831-104.0754
CIE-Lab49.608730.3899-78.6783

#006dfe color RGB value is (0,109,254).

#006dfe hex color red value is 0, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #006dfe hue: 0.60 , saturation: 1.00 and the lightness value of 006dfe is 0.50.

The process color (four color CMYK) of #006dfe color hex is 1.00, 0.57, 0.00, 0.00. Web safe color of #006dfe is #0066ff. Color #006dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101101 11111110
Octal 0 155 376
Decimal 0 109 254
Hex 0 6D FE

RGB Percentages of Color #006dfe

%0.00
%30.03
%69.97

CMYK Percentages of Color #006dfe

%100
%57
%0
%0

Triadic Colors of #006dfe

#006dfe #fe006d #6dfe00

Analogous Colors of #006dfe

#006dfe #1200fe #00ecfe

Monochromatic Colors of #006dfe

#006dfe

Complementary Color

#006dfe #fe9100

#006dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#006dfe Color CSS Codes

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

#006dfe Text Font Color

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

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


#006dfe Background Color

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

This div background color is #006dfe


#006dfe Border Color

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

This div border color is #006dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006dfe

#006dfe Color Palettes


Comments

No comments written yet.

Please login to write comment.