Color Hex Logo

#069cfd Color Hex

#069CFD
(6,156,253)
0 Favorites   0 Comments

Color spaces of #069cfd

RGB 6156253
HSL0.570.980.51
HSV204°98°99°
CMYK 0.980.380.00   0.01
XYZ29.693230.907597.3293
Yxy30.90750.18800.1957
Hunter Lab55.5945-1.9530-64.8828
CIE-Lab62.42951.2099-57.4366

#069cfd color RGB value is (6,156,253).

#069cfd hex color red value is 6, green value is 156 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #069cfd hue: 0.57 , saturation: 0.98 and the lightness value of 069cfd is 0.51.

The process color (four color CMYK) of #069cfd color hex is 0.98, 0.38, 0.00, 0.01. Web safe color of #069cfd is #0099ff. Color #069cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011100 11111101
Octal 6 234 375
Decimal 6 156 253
Hex 6 9C FD

RGB Percentages of Color #069cfd

%1.45
%37.59
%60.96

CMYK Percentages of Color #069cfd

%98
%38
%0
%1

Triadic Colors of #069cfd

#069cfd #fd069c #9cfd06

Analogous Colors of #069cfd

#069cfd #0621fd #06fde3

Monochromatic Colors of #069cfd

#069cfd

Complementary Color

#069cfd #fd6706

#069cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#069cfd Color CSS Codes

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

#069cfd Text Font Color

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

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


#069cfd Background Color

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

This div background color is #069cfd


#069cfd Border Color

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

This div border color is #069cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069cfd


Comments

No comments written yet.

Please login to write comment.