Color Hex Logo

#068dda Color Hex

#068DDA
(6,141,218)
0 Favorites   0 Comments

Color spaces of #068dda

RGB 6141218
HSL0.560.950.44
HSV202°97°85°
CMYK 0.970.350.00   0.15
XYZ22.254924.150469.8182
Yxy24.15040.19150.2078
Hunter Lab49.1431-5.1649-49.8340
CIE-Lab56.2381-3.1948-47.9160

#068dda color RGB value is (6,141,218).

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

The process color (four color CMYK) of #068dda color hex is 0.97, 0.35, 0.00, 0.15. Web safe color of #068dda is #0099cc. Color #068dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001101 11011010
Octal 6 215 332
Decimal 6 141 218
Hex 6 8D DA

RGB Percentages of Color #068dda

%1.64
%38.63
%59.73

CMYK Percentages of Color #068dda

%97
%35
%0
%15

Triadic Colors of #068dda

#068dda #da068d #8dda06

Analogous Colors of #068dda

#068dda #0623da #06dabd

Monochromatic Colors of #068dda

#068dda

Complementary Color

#068dda #da5306

#068dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#068dda Color CSS Codes

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

#068dda Text Font Color

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

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


#068dda Background Color

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

This div background color is #068dda


#068dda Border Color

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

This div border color is #068dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,141,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068dda


Comments

No comments written yet.

Please login to write comment.