Color Hex Logo

#069ddc Color Hex

#069DDC
(6,157,220)
0 Favorites   0 Comments

Color spaces of #069ddc

RGB 6157220
HSL0.550.950.44
HSV198°97°86°
CMYK 0.970.290.00   0.14
XYZ25.050329.320072.0492
Yxy29.32000.19820.2319
Hunter Lab54.1479-12.1800-40.9877
CIE-Lab61.0630-11.5942-41.4149

#069ddc color RGB value is (6,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011101 11011100
Octal 6 235 334
Decimal 6 157 220
Hex 6 9D DC

RGB Percentages of Color #069ddc

%1.57
%40.99
%57.44

CMYK Percentages of Color #069ddc

%97
%29
%0
%14

Triadic Colors of #069ddc

#069ddc #dc069d #9ddc06

Analogous Colors of #069ddc

#069ddc #0632dc #06dcb0

Monochromatic Colors of #069ddc

#069ddc

Complementary Color

#069ddc #dc4506

#069ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#069ddc Color CSS Codes

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

#069ddc Text Font Color

<p style="color:#069ddc">Text here</p>

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


#069ddc Background Color

<div style="background-color:#069ddc">
Div content here</div>

This div background color is #069ddc


#069ddc Border Color

<div style="border:3px solid #069ddc">
Div here</div>

This div border color is #069ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069ddc


Comments

No comments written yet.

Please login to write comment.