Color Hex Logo

#069aed Color Hex

#069AED
(6,154,237)
0 Favorites   0 Comments

Color spaces of #069aed

RGB 6154237
HSL0.560.950.48
HSV202°97°93°
CMYK 0.970.350.00   0.07
XYZ26.916829.264384.3507
Yxy29.26430.19150.2082
Hunter Lab54.0965-5.8526-54.5812
CIE-Lab61.0142-3.6117-50.9016

#069aed color RGB value is (6,154,237).

#069aed hex color red value is 6, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #069aed hue: 0.56 , saturation: 0.95 and the lightness value of 069aed is 0.48.

The process color (four color CMYK) of #069aed color hex is 0.97, 0.35, 0.00, 0.07. Web safe color of #069aed is #0099ff. Color #069aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011010 11101101
Octal 6 232 355
Decimal 6 154 237
Hex 6 9A ED

RGB Percentages of Color #069aed

%1.51
%38.79
%59.70

CMYK Percentages of Color #069aed

%97
%35
%0
%7

Triadic Colors of #069aed

#069aed #ed069a #9aed06

Analogous Colors of #069aed

#069aed #0627ed #06edcd

Monochromatic Colors of #069aed

#069aed

Complementary Color

#069aed #ed5906

#069aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#069aed Color CSS Codes

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

#069aed Text Font Color

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

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


#069aed Background Color

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

This div background color is #069aed


#069aed Border Color

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

This div border color is #069aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069aed


Comments

No comments written yet.

Please login to write comment.