Color Hex Logo

#067cdf Color Hex

#067CDF
(6,124,223)
0 Favorites   0 Comments

Color spaces of #067cdf

RGB 6124223
HSL0.580.950.45
HSV207°97°87°
CMYK 0.970.440.00   0.13
XYZ20.602019.781772.5444
Yxy19.78170.18240.1752
Hunter Lab44.47664.8488-65.5724
CIE-Lab51.58959.0155-58.1470

#067cdf color RGB value is (6,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111100 11011111
Octal 6 174 337
Decimal 6 124 223
Hex 6 7C DF

RGB Percentages of Color #067cdf

%1.70
%35.13
%63.17

CMYK Percentages of Color #067cdf

%97
%44
%0
%13

Triadic Colors of #067cdf

#067cdf #df067c #7cdf06

Analogous Colors of #067cdf

#067cdf #0610df #06dfd6

Monochromatic Colors of #067cdf

#067cdf

Complementary Color

#067cdf #df6906

#067cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#067cdf Color CSS Codes

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

#067cdf Text Font Color

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

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


#067cdf Background Color

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

This div background color is #067cdf


#067cdf Border Color

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

This div border color is #067cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067cdf


Comments

No comments written yet.

Please login to write comment.