Color Hex Logo

#69abda Color Hex

#69ABDA
(105,171,218)
0 Favorites   0 Comments

Color spaces of #69abda

RGB 105171218
HSL0.570.600.63
HSV205°52°85°
CMYK 0.520.220.00   0.15
XYZ33.043537.191071.7667
Yxy37.19100.23270.2619
Hunter Lab60.9844-10.0052-27.0836
CIE-Lab67.4201-7.9933-30.2264

#69abda color RGB value is (105,171,218).

#69abda hex color red value is 105, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #69abda hue: 0.57 , saturation: 0.60 and the lightness value of 69abda is 0.63.

The process color (four color CMYK) of #69abda color hex is 0.52, 0.22, 0.00, 0.15. Web safe color of #69abda is #6699cc. Color #69abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 11011010
Octal 151 253 332
Decimal 105 171 218
Hex 69 AB DA

RGB Percentages of Color #69abda

%21.26
%34.62
%44.13

CMYK Percentages of Color #69abda

%52
%22
%0
%15

Triadic Colors of #69abda

#69abda #da69ab #abda69

Analogous Colors of #69abda

#69abda #6973da #69dad1

Monochromatic Colors of #69abda

#69abda

Complementary Color

#69abda #da9869

#69abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#69abda Color CSS Codes

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

#69abda Text Font Color

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

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


#69abda Background Color

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

This div background color is #69abda


#69abda Border Color

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

This div border color is #69abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69abda


Comments

No comments written yet.

Please login to write comment.