Color Hex Logo

#068adc Color Hex

#068ADC
(6,138,220)
0 Favorites   0 Comments

Color spaces of #068adc

RGB 6138220
HSL0.560.950.44
HSV203°97°86°
CMYK 0.970.370.00   0.14
XYZ22.081923.383071.0597
Yxy23.38300.18950.2007
Hunter Lab48.3560-3.1104-53.2782
CIE-Lab55.4647-0.6618-50.2657

#068adc color RGB value is (6,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001010 11011100
Octal 6 212 334
Decimal 6 138 220
Hex 6 8A DC

RGB Percentages of Color #068adc

%1.65
%37.91
%60.44

CMYK Percentages of Color #068adc

%97
%37
%0
%14

Triadic Colors of #068adc

#068adc #dc068a #8adc06

Analogous Colors of #068adc

#068adc #061fdc #06dcc3

Monochromatic Colors of #068adc

#068adc

Complementary Color

#068adc #dc5806

#068adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#068adc Color CSS Codes

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

#068adc Text Font Color

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

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


#068adc Background Color

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

This div background color is #068adc


#068adc Border Color

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

This div border color is #068adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068adc


Comments

No comments written yet.

Please login to write comment.