Color Hex Logo

#69adeb Color Hex

#69ADEB
(105,173,235)
0 Favorites   0 Comments

Color spaces of #69adeb

RGB 105173235
HSL0.580.760.67
HSV209°55°92°
CMYK 0.550.260.00   0.08
XYZ35.764738.888684.2185
Yxy38.88860.22510.2448
Hunter Lab62.3607-6.7592-36.4190
CIE-Lab68.6705-3.9855-37.6050

#69adeb color RGB value is (105,173,235).

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

The process color (four color CMYK) of #69adeb color hex is 0.55, 0.26, 0.00, 0.08. Web safe color of #69adeb is #6699ff. Color #69adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101101 11101011
Octal 151 255 353
Decimal 105 173 235
Hex 69 AD EB

RGB Percentages of Color #69adeb

%20.47
%33.72
%45.81

CMYK Percentages of Color #69adeb

%55
%26
%0
%8

Triadic Colors of #69adeb

#69adeb #eb69ad #adeb69

Analogous Colors of #69adeb

#69adeb #696ceb #69ebe8

Monochromatic Colors of #69adeb

#69adeb

Complementary Color

#69adeb #eba769

#69adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69adeb Color CSS Codes

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

#69adeb Text Font Color

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

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


#69adeb Background Color

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

This div background color is #69adeb


#69adeb Border Color

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

This div border color is #69adeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,173,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69adeb


Comments

No comments written yet.

Please login to write comment.