Color Hex Logo

#69dadd Color Hex

#69DADD
(105,218,221)
0 Favorites   0 Comments

Color spaces of #69dadd

RGB 105218221
HSL0.500.630.64
HSV182°52°87°
CMYK 0.520.010.00   0.13
XYZ43.948258.366577.3562
Yxy58.36650.24460.3249
Hunter Lab76.3980-31.0137-6.5551
CIE-Lab80.9421-31.2163-11.3187

#69dadd color RGB value is (105,218,221).

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

The process color (four color CMYK) of #69dadd color hex is 0.52, 0.01, 0.00, 0.13. Web safe color of #69dadd is #66cccc. Color #69dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011010 11011101
Octal 151 332 335
Decimal 105 218 221
Hex 69 DA DD

RGB Percentages of Color #69dadd

%19.30
%40.07
%40.63

CMYK Percentages of Color #69dadd

%52
%1
%0
%13

Triadic Colors of #69dadd

#69dadd #dd69da #dadd69

Analogous Colors of #69dadd

#69dadd #69a0dd #69dda6

Monochromatic Colors of #69dadd

#69dadd

Complementary Color

#69dadd #dd6c69

#69dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dadd Color CSS Codes

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

#69dadd Text Font Color

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

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


#69dadd Background Color

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

This div background color is #69dadd


#69dadd Border Color

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

This div border color is #69dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dadd


Comments

No comments written yet.

Please login to write comment.