Color Hex Logo

#067cda Color Hex

#067CDA
(6,124,218)
0 Favorites   0 Comments

Color spaces of #067cda

RGB 6124218
HSL0.570.950.44
HSV207°97°85°
CMYK 0.970.430.00   0.15
XYZ19.937619.516069.0458
Yxy19.51600.18380.1799
Hunter Lab44.17693.2497-61.7428
CIE-Lab51.28557.0617-55.8166

#067cda color RGB value is (6,124,218).

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

The process color (four color CMYK) of #067cda color hex is 0.97, 0.43, 0.00, 0.15. Web safe color of #067cda is #0066cc. Color #067cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111100 11011010
Octal 6 174 332
Decimal 6 124 218
Hex 6 7C DA

RGB Percentages of Color #067cda

%1.72
%35.63
%62.64

CMYK Percentages of Color #067cda

%97
%43
%0
%15

Triadic Colors of #067cda

#067cda #da067c #7cda06

Analogous Colors of #067cda

#067cda #0612da #06dace

Monochromatic Colors of #067cda

#067cda

Complementary Color

#067cda #da6406

#067cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#067cda Color CSS Codes

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

#067cda Text Font Color

<p style="color:#067cda">Text here</p>

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


#067cda Background Color

<div style="background-color:#067cda">
Div content here</div>

This div background color is #067cda


#067cda Border Color

<div style="border:3px solid #067cda">
Div here</div>

This div border color is #067cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067cda


Comments

No comments written yet.

Please login to write comment.