Color Hex Logo

#068ded Color Hex

#068DED
(6,141,237)
0 Favorites   0 Comments

Color spaces of #068ded

RGB 6141237
HSL0.570.950.48
HSV205°97°93°
CMYK 0.970.410.00   0.07
XYZ24.886025.202983.6738
Yxy25.20290.18600.1884
Hunter Lab50.20250.6303-63.6784
CIE-Lab57.27264.0414-56.8599

#068ded color RGB value is (6,141,237).

#068ded hex color red value is 6, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #068ded hue: 0.57 , saturation: 0.95 and the lightness value of 068ded is 0.48.

The process color (four color CMYK) of #068ded color hex is 0.97, 0.41, 0.00, 0.07. Web safe color of #068ded is #0099ff. Color #068ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001101 11101101
Octal 6 215 355
Decimal 6 141 237
Hex 6 8D ED

RGB Percentages of Color #068ded

%1.56
%36.72
%61.72

CMYK Percentages of Color #068ded

%97
%41
%0
%7

Triadic Colors of #068ded

#068ded #ed068d #8ded06

Analogous Colors of #068ded

#068ded #0619ed #06edda

Monochromatic Colors of #068ded

#068ded

Complementary Color

#068ded #ed6606

#068ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#068ded Color CSS Codes

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

#068ded Text Font Color

<p style="color:#068ded">Text here</p>

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


#068ded Background Color

<div style="background-color:#068ded">
Div content here</div>

This div background color is #068ded


#068ded Border Color

<div style="border:3px solid #068ded">
Div here</div>

This div border color is #068ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,141,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068ded;
  -webkit-box-shadow: 1px 1px 3px 2px #068ded;
  box-shadow:         1px 1px 3px 2px #068ded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,141,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 #068ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068ded


Comments

No comments written yet.

Please login to write comment.