Color Hex Logo

#006ced Color Hex

#006CED
(0,108,237)
0 Favorites   0 Comments

Color spaces of #006ced

RGB 0108237
HSL0.591.000.46
HSV213°100°93°
CMYK 1.000.540.00   0.07
XYZ20.648616.839582.2828
Yxy16.83950.17240.1406
Hunter Lab41.036018.0052-90.1595
CIE-Lab48.057224.4674-71.7278

#006ced color RGB value is (0,108,237).

#006ced hex color red value is 0, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #006ced hue: 0.59 , saturation: 1.00 and the lightness value of 006ced is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101100 11101101
Octal 0 154 355
Decimal 0 108 237
Hex 0 6C ED

RGB Percentages of Color #006ced

%0.00
%31.30
%68.70

CMYK Percentages of Color #006ced

%100
%54
%0
%7

Triadic Colors of #006ced

#006ced #ed006c #6ced00

Analogous Colors of #006ced

#006ced #0b00ed #00e3ed

Monochromatic Colors of #006ced

#006ced

Complementary Color

#006ced #ed8100

#006ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#006ced Color CSS Codes

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

#006ced Text Font Color

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

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


#006ced Background Color

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

This div background color is #006ced


#006ced Border Color

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

This div border color is #006ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006ced


Comments

No comments written yet.

Please login to write comment.