Color Hex Logo

#69aded Color Hex

#69ADED
(105,173,237)
0 Favorites   0 Comments

Color spaces of #69aded

RGB 105173237
HSL0.580.790.67
HSV209°56°93°
CMYK 0.560.270.00   0.07
XYZ36.055339.004885.7491
Yxy39.00480.22420.2426
Hunter Lab62.4538-6.2441-37.6875
CIE-Lab68.7547-3.3736-38.5653

#69aded color RGB value is (105,173,237).

#69aded hex color red value is 105, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #69aded hue: 0.58 , saturation: 0.79 and the lightness value of 69aded is 0.67.

The process color (four color CMYK) of #69aded color hex is 0.56, 0.27, 0.00, 0.07. Web safe color of #69aded is #6699ff. Color #69aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101101 11101101
Octal 151 255 355
Decimal 105 173 237
Hex 69 AD ED

RGB Percentages of Color #69aded

%20.39
%33.59
%46.02

CMYK Percentages of Color #69aded

%56
%27
%0
%7

Triadic Colors of #69aded

#69aded #ed69ad #aded69

Analogous Colors of #69aded

#69aded #696bed #69edeb

Monochromatic Colors of #69aded

#69aded

Complementary Color

#69aded #eda969

#69aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aded Color CSS Codes

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

#69aded Text Font Color

<p style="color:#69aded">Text here</p>

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


#69aded Background Color

<div style="background-color:#69aded">
Div content here</div>

This div background color is #69aded


#69aded Border Color

<div style="border:3px solid #69aded">
Div here</div>

This div border color is #69aded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,173,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69aded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69aded;
  -webkit-box-shadow: 1px 1px 3px 2px #69aded;
  box-shadow:         1px 1px 3px 2px #69aded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,173,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 #69aded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aded


Comments

No comments written yet.

Please login to write comment.